Information about the invoice.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | ❌ | The invoice's ID. |
| status | string | ❌ | The invoice's status. |
| issuedAt | string | ❌ | The date on which the invoice was issued. |
| totalAmount | InvoicesTotal | ❌ | Information about the invoice's total billed amount. |
| links | InvoicesLinks | ❌ | A JSON API spec object containing hypermedia links. |