Structs§
- GetInvoice
ByInvoice IdParams - struct for passing parameters to the method
get_invoice_by_invoice_id
- List
Invoices Params - struct for passing parameters to the method
list_invoices
Enums§
- GetInvoice
ByInvoice IdError - struct for typed errors of method
get_invoice_by_invoice_id
- GetMonth
ToDate Invoice Error - struct for typed errors of method
get_month_to_date_invoice
- List
Invoices Error - 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).