Invoices API
Provides coroutine and callback entry points for all invoice-related API operations.
Functions
Creates a new invoice.
Creates a new invoice and delivers the result via a callback.
Deletes an invoice by its identifier.
Deletes an invoice by its identifier and delivers the result via a callback.
Retrieves a paginated list of invoices, optionally filtered by customer, account, or status.
Retrieves a paginated list of invoices and delivers the result via a callback.
Retrieves a single invoice by its identifier.
Retrieves a single invoice by its identifier and delivers the result via a callback.
Issues a draft invoice, making it visible to the customer.
Issues a draft invoice and delivers the result via a callback.
Updates an existing invoice.
Updates an existing invoice and delivers the result via a callback.