Skip to content

SudoSOS Back-end API / invoicing / InvoiceStatusResponse

Interface: InvoiceStatusResponse ​

Properties ​

changedBy ​

ts
changedBy: BaseUserResponse;

state ​

ts
state: "CREATED" | "SENT" | "PAID" | "DELETED";