MerchantTransactionsRepository
interface MerchantTransactionsRepository
Content copied to clipboard
Functions
equals
Link copied to clipboard
getById
Link copied to clipboard
abstract fun getById(transactionId: String): ApiResult<MerchantTransactionDetails>
Content copied to clipboard
list
Link copied to clipboard
abstract fun list(page: Int?, pageSize: Int?, endTime: OffsetDateTime?, startTime: OffsetDateTime?): ApiResult<MerchantTransactionSummaries>
Content copied to clipboard