list

abstract suspend fun list(params: TransactionListParams = TransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): TransactionListPageAsync

List card transactions. All amounts are in the smallest unit of their respective currency (e.g., cents for USD) and inclusive of any acquirer fees.


open suspend fun list(requestOptions: RequestOptions): TransactionListPageAsync

See also