SudoSOS Back-end API / invoicing / InvoiceResponseTypes
Interface: InvoiceResponseTypes ​
Extends ​
Properties ​
addressee ​
ts
addressee: string;Inherited from ​
attention ​
ts
attention: string;Inherited from ​
city ​
ts
city: string;Inherited from ​
country ​
ts
country: string;Inherited from ​
createdAt? ​
ts
optional createdAt: string;Inherited from ​
creditTransfer? ​
ts
optional creditTransfer: TransferResponse;Credit transfer created when the invoice was deleted.
Inherited from ​
BaseInvoiceResponse.creditTransfer
currentState ​
ts
currentState: InvoiceStatusResponse;Inherited from ​
BaseInvoiceResponse.currentState
date ​
ts
date: string;Inherited from ​
description ​
ts
description: string;Inherited from ​
BaseInvoiceResponse.description
id ​
ts
id: number;Inherited from ​
invoiceEntries? ​
ts
optional invoiceEntries: InvoiceEntryResponse[];The entries of the invoice
pdf? ​
ts
optional pdf: string;Pdf url path linked to the invoice
Inherited from ​
postalCode ​
ts
postalCode: string;Inherited from ​
BaseInvoiceResponse.postalCode
reference ​
ts
reference: string;Inherited from ​
street ​
ts
street: string;Inherited from ​
to ​
ts
to: BaseUserResponse;Inherited from ​
totalInclVat ​
ts
totalInclVat: DineroObjectResponse;Inherited from ​
BaseInvoiceResponse.totalInclVat
transfer? ​
ts
optional transfer: TransferResponse;Transfer linked to the invoice.
Inherited from ​
updatedAt? ​
ts
optional updatedAt: string;Inherited from ​
version? ​
ts
optional version: number;