SudoSOS Back-end API / invoicing / UpdateInvoiceRequest
Interface: UpdateInvoiceRequest ​
Extends ​
Properties ​
addressee? ​
ts
optional addressee: string;Name of the addressed.
Inherited from ​
amount? ​
ts
optional amount: DineroObjectRequest;The amount to use on the invoice - should be equal to the sum of the transactions.
Inherited from ​
attention? ​
ts
optional attention: string;Attention to use on the invoice.
Inherited from ​
byId? ​
ts
optional byId: number;The user who updates the Invoice, defaults to the ID of the requester.
city? ​
ts
optional city: string;City to use on the invoice.
Inherited from ​
country? ​
ts
optional country: string;Country to use on the invoice.
Inherited from ​
date? ​
ts
optional date: string;Date to use on the invoice.
Inherited from ​
description? ​
ts
optional description: string;The description of the invoice.
Inherited from ​
postalCode? ​
ts
optional postalCode: string;Postal code to use on the invoice.
Inherited from ​
reference? ​
ts
optional reference: string;Reference to use on the invoice.
Inherited from ​
state? ​
ts
optional state: "CREATED" | "SENT" | "PAID" | "DELETED";enum:CREATED,SENT,PAID,DELETED - The state to set of the invoice,
street? ​
ts
optional street: string;Street to use on the invoice.