DocuSign.Api.Invoices.billing_invoices_get_billing_invoices
You're seeing just the function
billing_invoices_get_billing_invoices
, go back to DocuSign.Api.Invoices module for more information.
Link to this function
billing_invoices_get_billing_invoices(connection, account_id, opts \\ [])
View SourceSpecs
billing_invoices_get_billing_invoices(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.BillingInvoicesResponse.t()} | {:error, Tesla.Env.t()}
Get a List of Billing Invoices Retrieves a list of invoices for the account. If the from date or to date queries are not specified, the response returns invoices for the last 365 days. Privileges required: account administrator
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
- :from_date (String.t): Specifies the date/time of the earliest invoice in the account to retrieve.
- :to_date (String.t): Specifies the date/time of the latest invoice in the account to retrieve.
Returns
} on success {:error, info} on failure