Skip to content

SudoSOS Back-end API / invoicing / InvoiceResponse

Interface: InvoiceResponse ​

Extends ​

Properties ​

addressee ​

ts
addressee: string;

Inherited from ​

BaseInvoiceResponse.addressee


attention ​

ts
attention: string;

Inherited from ​

BaseInvoiceResponse.attention


city ​

ts
city: string;

Inherited from ​

BaseInvoiceResponse.city


country ​

ts
country: string;

Inherited from ​

BaseInvoiceResponse.country


createdAt? ​

ts
optional createdAt: string;

Inherited from ​

BaseInvoiceResponse.createdAt


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 ​

BaseInvoiceResponse.date


description ​

ts
description: string;

Inherited from ​

BaseInvoiceResponse.description


id ​

ts
id: number;

Inherited from ​

BaseInvoiceResponse.id


invoiceEntries ​

ts
invoiceEntries: InvoiceEntryResponse[];

pdf? ​

ts
optional pdf: string;

Pdf url path linked to the invoice

Inherited from ​

BaseInvoiceResponse.pdf


postalCode ​

ts
postalCode: string;

Inherited from ​

BaseInvoiceResponse.postalCode


reference ​

ts
reference: string;

Inherited from ​

BaseInvoiceResponse.reference


street ​

ts
street: string;

Inherited from ​

BaseInvoiceResponse.street


to ​

ts
to: BaseUserResponse;

Inherited from ​

BaseInvoiceResponse.to


totalInclVat ​

ts
totalInclVat: DineroObjectResponse;

Inherited from ​

BaseInvoiceResponse.totalInclVat


transfer? ​

ts
optional transfer: TransferResponse;

Transfer linked to the invoice.

Inherited from ​

BaseInvoiceResponse.transfer


updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

BaseInvoiceResponse.updatedAt


version? ​

ts
optional version: number;

Inherited from ​

BaseInvoiceResponse.version