# 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.
};
```
