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_ | TotalAmount | ❌ | Information about the invoice's total billed amount. |
Links_ | Links | ❌ | A JSON API spec object containing hypermedia links. |
Information about the invoice's total billed amount.
Properties
Name | Type | Required | Description |
---|---|---|---|
Value | long | ❌ | The amount billed. |
Currency | string | ❌ | The currency of the billed amount. Currently only supports the USD value. |
A JSON API spec object containing hypermedia links.
Properties
Name | Type | Required | Description |
---|---|---|---|
Web_ | Web | ❌ | An object containing web-based account references. |
An object containing web-based account references.
Properties
Name | Type | Required | Description |
---|---|---|---|
Href | string | ❌ | A URL where you can download the invoice in PDF and view details. |