Alokai
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

NameRequiredTypeDescription
recipientOptionalstringname of recipient {string} TaxInvoice
recipientTypeOptionalstringrecipient type {string} TaxInvoice
taxpayerIDOptionalstringtaxpayer identification number {string} TaxInvoice

On this page