> 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/buyercustomerinfo.md).

# BuyerCustomerInfo

> Alıcı <mark style="color:red;">**KAMU**</mark> olması durumunda **Kamu Harcama Birimi** bilgilerinin girileceği alandır.&#x20;
>
> Diğer durumlarda doldurulmayacaktır.

```javascript
EInvoice.BuyerCustomerInfo = {
    Name: "Kamu Kurumu Test", //Örnek Olarak Verilmiştir.
    TaxNumber: "1234569624" //Örnek Olarak Verilmiştir.
};
```
