Alokai

SAPInvoice

Representation of an Invoice SAPInvoice

export interface SAPInvoice {
	'createdAt'?: string;
	'externalSystemId'?: string;
	'invoiceId'?: string;
	'netAmount'?: Price;
	'totalAmount'?: Price;
}

Properties

NameRequiredTypeDescription
createdAtOptionalstringInvoice creation date {string} SAPInvoice
externalSystemIdOptionalstringExternal system identifier where the invoice resides. {string} SAPInvoice
invoiceIdOptionalstringInvoice Id {string} SAPInvoice
netAmountOptionalPrice{Price} SAPInvoice
totalAmountOptionalPrice{Price} SAPInvoice

Referenced Types

On this page