For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

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

Last updated