TransactionHistoryResponse

The JSON response structure of the Transaction History endpoint.

interface TransactionHistoryResponse

Functions

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

Properties

returned
Link copied to clipboard
abstract val returned: BigDecimal
total
Link copied to clipboard
abstract val total: BigDecimal
transactions
Link copied to clipboard
abstract val transactions: List<Transaction>