Information about the invoice.
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | The invoice's ID. |
status | str | ❌ | The invoice's status. |
issued_at | str | ❌ | The date on which the invoice was issued. |
total_amount | 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 | int | ❌ | The amount billed. |
currency | str | ❌ | 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 | str | ❌ | A URL where you can download the invoice in PDF and view details. |