Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 2.32 KB

File metadata and controls

46 lines (30 loc) · 2.32 KB

InvoiceData

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.

TotalAmount

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.

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 str A URL where you can download the invoice in PDF and view details.