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

# BuyerCustomerInfo

> This field is for entering the Public Spending Unit information if the recipient is a public entity. It does not need to be filled in otherwise.

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