SAPInvoice
Representation of an Invoice SAPInvoice
export interface SAPInvoice {
'createdAt'?: string;
'externalSystemId'?: string;
'invoiceId'?: string;
'netAmount'?: Price;
'totalAmount'?: Price;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
createdAt | Optional | string | Invoice creation date {string} SAPInvoice |
externalSystemId | Optional | string | External system identifier where the invoice resides. {string} SAPInvoice |
invoiceId | Optional | string | Invoice Id {string} SAPInvoice |
netAmount | Optional | Price | {Price} SAPInvoice |
totalAmount | Optional | Price | {Price} SAPInvoice |