Interface ListInvoiceResponse

Hierarchy

  • ListInvoiceResponse

Properties

firstIndexOffset: string | number

The index of the last item in the set of returned invoices. This can be used to seek backwards, pagination style.

invoices: Invoice[]

A list of invoices from the time slice of the time series specified in the request.

lastIndexOffset: string | number

The index of the last item in the set of returned invoices. This can be used to seek further, pagination style.

Generated using TypeDoc