This object contains information about invoice details.
Fields
Name | Type | Description |
---|---|---|
invoiceID | UUID1 | The invoice ID. |
invoiceCreatedAt | Time | Information about when is the invoice created. |
externalUserID | String | The external user ID. |
internalUserID | String | The internal user ID. |
items | Object | Contains all the information from ItemInvoiceDetail such as the collectionTitle, the collectionItemTitle, the units, the unitPrice, and etc. |
status | Enum | Represents the invoice status. The value can be either Draft, Pending, Canceled, or Paid. |