Name | Type | Description | Notes |
---|---|---|---|
amount | String | Invoice amount before adjustments, discounts, and similar items. | [optional] |
balance | String | Balance due on the invoice. | [optional] |
due_date | Date | Due date as `yyyy-mm-dd`. | [optional] |
id | String | Invoice ID. | [optional] |
invoice_date | Date | Invoice date as `yyyy-mm-dd`. | [optional] |
invoice_number | String | Invoice number. | [optional] |
status | String | Invoice status - not the payment status of the invoice, just the status of the invoice itself. Possible values are: `Posted`, `Draft`, `Canceled`, `Error`. | [optional] |