InvoiceData
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. |
TotalAmount
Information about the invoice's total billed amount.
Properties
Name | Type | Required | Description |
---|---|---|---|
value | number | ❌ | The amount billed. |
currency | string | ❌ | The currency of the billed amount. Currently only supports the USD value. |
Links
A JSON API spec object containing hypermedia links.
Properties
Name | Type | Required | Description |
---|---|---|---|
web | Web | ❌ | An object containing web-based account references. |
Web
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. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs