invoices
Overview
Name | invoices |
Type | Resource |
Id | linode.account.invoices |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | The Invoice's unique ID. |
date | string | When this Invoice was generated. |
label | string | The Invoice's display label. |
subtotal | number | The amount of the Invoice before taxes in US Dollars. |
tax | number | The amount of tax levied on the Invoice in US Dollars. |
tax_summary | array | The amount of tax broken down into subtotals by source. |
total | number | The amount of the Invoice after taxes in US Dollars. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getInvoice | SELECT | invoiceId | Returns a single Invoice object. |
getInvoices | SELECT | Returns a paginated list of Invoices against your Account. | |
_getInvoice | EXEC | invoiceId | Returns a single Invoice object. |
_getInvoices | EXEC | Returns a paginated list of Invoices against your Account. |