TransactionsApiRepository

interface TransactionsApiRepository

Functions

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

Get the transaction history of a consumer.

abstract fun history(transactionHistoryRequest: TransactionHistoryRequest): ApiResult<TransactionHistoryResponse>
toString
Link copied to clipboard
open override fun toString(): String