Skip to content

SudoSOS Back-end API / invoicing / UpdateInvoiceParams

Interface: UpdateInvoiceParams ​

Extends ​

Properties ​

addressee? ​

ts
optional addressee: string;

Inherited from ​

BaseUpdateInvoice.addressee


amount? ​

ts
optional amount: DineroObjectRequest;

Inherited from ​

BaseUpdateInvoice.amount


attention? ​

ts
optional attention: string;

Inherited from ​

BaseUpdateInvoice.attention


byId ​

ts
byId: number;

city? ​

ts
optional city: string;

Inherited from ​

BaseUpdateInvoice.city


country? ​

ts
optional country: string;

Inherited from ​

BaseUpdateInvoice.country


date? ​

ts
optional date: string;

Inherited from ​

BaseUpdateInvoice.date


description? ​

ts
optional description: string;

Inherited from ​

BaseUpdateInvoice.description


invoiceId ​

ts
invoiceId: number;

postalCode? ​

ts
optional postalCode: string;

Inherited from ​

BaseUpdateInvoice.postalCode


reference? ​

ts
optional reference: string;

Inherited from ​

BaseUpdateInvoice.reference


state? ​

ts
optional state: InvoiceState;

street? ​

ts
optional street: string;

Inherited from ​

BaseUpdateInvoice.street