> 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/en/nilvera-model/einvoice/exportcustomerinfo.md).

# ExportCustomerInfo

> This is the field where foreign buyer information is entered on IHRACAT invoices.

{% hint style="info" %}
The Export CustomerInfo object is derived from the Export CustomerInfo Dto object.
{% endhint %}

```csharp
public class ExportCustomerInfoDto
{
     public string TaxNumber { get; set; }
     public string LegalRegistrationName { get; set; }
     public string PersonName { get; set; }
     public string PersonSurName { get; set; }
     public string Address { get; set; }
     public string District { get; set; }
     public string City { get; set; }
     public string Country { get; set; }
     public string PostalCode { get; set; }
     public string Phone { get; set; }
     public string Fax { get; set; }
     public string Mail { get; set; }
     public string WebSite { get; set; }
}
```

### TaxNumber

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

> This is the field where the tax identification number (VKN) of the foreign buyer's country will be entered.

### LegalRegistrationName

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

> This is the field where the official title information of the foreign buyer's country will be entered.

### PersonName

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

> The name of the foreign buyer is entered.

{% hint style="info" %}
This is used if the recipient is a foreign individual. It is a required field if the PersonSurName field is already filled.
{% endhint %}

### PersonSurname

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

> The foreign recipient's last name is entered.

{% hint style="info" %}
This is used if the recipient is a foreign individual. It is a required field if the PersonName field is already filled.
{% endhint %}

### Address

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

> This is the field where the foreign recipient's address information will be entered.

### District

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

> This is the field where the foreign buyer's district information is entered.

### City

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

> This is the field where the foreign buyer's city information is entered.

### Country

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

> This is the field where the foreign buyer's country information is entered.

### PostalCode

<mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Seçimli`</mark>

> This is the field where the foreign recipient's postal code is entered.

### Phone

<mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Seçimli`</mark>

> This is the field where the foreign recipient's phone number will be entered.

### Fax

<mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Seçimli`</mark>

> The foreign recipient's fax number is entered.

### Mail

<mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Seçimli`</mark>

> The email address of the foreign recipient is entered.

### WebSite

<mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Seçimli`</mark>

> The foreign buyer's website information is entered.
