SudoSOS Back-end API / invoicing / UpdateInvoiceParams
Interface: UpdateInvoiceParams ​
Extends ​
Properties ​
addressee? ​
ts
optional addressee?: string;Inherited from ​
amount? ​
ts
optional amount?: DineroObjectRequest;Inherited from ​
attention? ​
ts
optional attention?: string;Inherited from ​
byId ​
ts
byId: number;city? ​
ts
optional city?: string;Inherited from ​
country? ​
ts
optional country?: string;Inherited from ​
date? ​
ts
optional date?: string;Inherited from ​
description? ​
ts
optional description?: string;Inherited from ​
invoiceId ​
ts
invoiceId: number;postalCode? ​
ts
optional postalCode?: string;Inherited from ​
reference? ​
ts
optional reference?: string;Inherited from ​
state? ​
ts
optional state?: InvoiceState;street? ​
ts
optional street?: string;