You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
TaxInvoice
data type of tax invoice TaxInvoice
export interface TaxInvoice {
'recipient'?: string;
'recipientType'?: string;
'taxpayerID'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
recipient | Optional | string | name of recipient {string} TaxInvoice |
recipientType | Optional | string | recipient type {string} TaxInvoice |
taxpayerID | Optional | string | taxpayer identification number {string} TaxInvoice |