> For the complete documentation index, see [llms.txt](https://developer.nilvera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.nilvera.com/nilvera-model/einvoice/customeralias.md).

# CustomerAlias

<mark style="color:blue;">`string`</mark>  <mark style="color:red;">`Zorunlu`</mark>

> Alıcının e-Fatura mükellefi olması durumunda faturanın hangi etikete gönderileceği bu alanda belirtilir.

{% hint style="info" %}
Alıcıya ait etiket bilgisi girilir. Alıcının birden fazla etiketi olması durumunda ilgili etiket bilgisi girilmelidir.
{% endhint %}

{% hint style="warning" %}
**IHRACAT** faturalarında bu alan <mark style="color:red;">**doldurulmamalıdır.**</mark>
{% endhint %}

```csharp
{
    EInvoice: {},
    CustomerAlias: "urn:mail:defaultpk@deneme.com" //Örnek olarak verilmiştir.
}
```
