Skip to main content

invoices

Overview

Nameinvoices
TypeResource
Idlinode.account.invoices

Fields

NameDatatypeDescription
idintegerThe Invoice's unique ID.
datestringWhen this Invoice was generated.
labelstringThe Invoice's display label.
subtotalnumberThe amount of the Invoice before taxes in US Dollars.
taxnumberThe amount of tax levied on the Invoice in US Dollars.
tax_summaryarrayThe amount of tax broken down into subtotals by source.
totalnumberThe amount of the Invoice after taxes in US Dollars.

Methods

NameAccessible byRequired ParamsDescription
getInvoiceSELECTinvoiceIdReturns a single Invoice object.
getInvoicesSELECTReturns a paginated list of Invoices against your Account.
_getInvoiceEXECinvoiceIdReturns a single Invoice object.
_getInvoicesEXECReturns a paginated list of Invoices against your Account.