Alokai

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