Skip to content

SudoSOS Back-end API / invoicing / CreateInvoiceParams

Interface: CreateInvoiceParams ​

Extends ​

Properties ​

addressee ​

ts
addressee: string;

amount ​

ts
amount: DineroObjectRequest;

attention? ​

ts
optional attention: string;

byId ​

ts
byId: number;

city ​

ts
city: string;

country ​

ts
country: string;

date ​

ts
date: Date;

description ​

ts
description: string;

forId ​

ts
forId: number;

Inherited from ​

BaseInvoice.forId


postalCode ​

ts
postalCode: string;

reference ​

ts
reference: string;

street ​

ts
street: string;

transactionIDs ​

ts
transactionIDs: number[];

Inherited from ​

BaseInvoice.transactionIDs