Interface ListPaymentsResponse

Hierarchy

  • ListPaymentsResponse

Properties

firstIndexOffset: string | number

The index of the first item in the set of returned payments. This can be used as the index_offset to continue seeking backwards in the next request.

lastIndexOffset: string | number

The index of the last item in the set of returned payments. This can be used as the index_offset to continue seeking forwards in the next request.

payments: Payment[]

The list of payments

Generated using TypeDoc