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 |