MerchantTransactionsRepository

interface MerchantTransactionsRepository

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getById
Link copied to clipboard

Retrieve details about a specific transaction

abstract fun getById(transactionId: String): ApiResult<MerchantTransactionDetails>
hashCode
Link copied to clipboard
open override fun hashCode(): Int
list
Link copied to clipboard

Retrieve a list of previously executed transactions with the merchant.

abstract fun list(page: Int?, pageSize: Int?, endTime: OffsetDateTime?, startTime: OffsetDateTime?): ApiResult<MerchantTransactionSummaries>
toString
Link copied to clipboard
open override fun toString(): String