list

Retrieve a list of previously executed transactions for the customer.

Parameters

endTime

If present, transactions newer than this time will not be returned.

page

The page of results to return with 1 indicating the first page (defaults to 1).

pageSize

The number of records to return for this page (current default is 25)

paymentRequestId

If present, limits the list of transactions to those that relate to the payment request.

startTime

If present, transactions older than this time will not be returned

abstract fun list(paymentRequestId: String?, page: Int?, pageSize: Int?, endTime: OffsetDateTime?, startTime: OffsetDateTime?): ApiResult<CustomerTransactionSummaries>