Module billing_invoices_api

Module billing_invoices_api 

Source

Structs§

GetInvoiceByInvoiceIdParams
struct for passing parameters to the method get_invoice_by_invoice_id
ListInvoicesParams
struct for passing parameters to the method list_invoices

Enums§

GetInvoiceByInvoiceIdError
struct for typed errors of method get_invoice_by_invoice_id
GetMonthToDateInvoiceError
struct for typed errors of method get_month_to_date_invoice
ListInvoicesError
struct for typed errors of method list_invoices

Functions§

get_invoice_by_invoice_id
Returns invoice associated with the invoice id.
get_month_to_date_invoice
Returns month-to-date invoice for the current month.
list_invoices
Returns the list of invoices, sorted by billing start date (newest to oldest).