Mixin for viewsets that provides a queryset based on a model class.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Billing period from (inclusive)
Billing period to (inclusive)
Filter by client ID
Filter by currency code
Invoice date from (inclusive)
Invoice date to (inclusive)
Number of results to return per page. Maximum is 100.
Filter by move type: out_invoice or out_refund
out_invoice - out_invoiceout_refund - out_refundout_invoice, out_refund The initial index from which to return the results.
Ordering of the results.
Default sort order is ascending. Put - before value for descending sort order: -id.
For sorting by multiple parameters write them as comma separated string: -client_id,id.
id - Id-id - Id (descending)invoice_date - Invoice date-invoice_date - Invoice date (descending)amount_total - Amount total-amount_total - Amount total (descending)created_at - Created at-created_at - Created at (descending)name - Name-name - Name (descending)-amount_total, -created_at, -id, -invoice_date, -name, amount_total, created_at, id, invoice_date, name Filter by payer ID
Filter by payment state
not_paid - not_paidpaid - paidpartial - partialreversed - reversedin_payment - in_paymentin_payment, not_paid, paid, partial, reversed