Skip to content

SudoSOS Back-end API / invoicing / BaseInvoiceResponse

Interface: BaseInvoiceResponse ​

Extended by ​

Properties ​

addressee ​

ts
addressee: string;

attention ​

ts
attention: string;

city ​

ts
city: string;

country ​

ts
country: string;

createdAt? ​

ts
optional createdAt: string;

Inherited from ​

ts
BaseResponse.createdAt

creditTransfer? ​

ts
optional creditTransfer: TransferResponse;

Credit transfer created when the invoice was deleted.


currentState ​

ts
currentState: InvoiceStatusResponse;

date ​

ts
date: string;

description ​

ts
description: string;

id ​

ts
id: number;

Inherited from ​

ts
BaseResponse.id

pdf? ​

ts
optional pdf: string;

Pdf url path linked to the invoice


postalCode ​

ts
postalCode: string;

reference ​

ts
reference: string;

street ​

ts
street: string;

to ​

ts
to: BaseUserResponse;

totalInclVat ​

ts
totalInclVat: DineroObjectResponse;

transfer? ​

ts
optional transfer: TransferResponse;

Transfer linked to the invoice.


updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

ts
BaseResponse.updatedAt

version? ​

ts
optional version: number;

Inherited from ​

ts
BaseResponse.version