CustomerTransactionSummaries

List of customer transactions

interface CustomerTransactionSummaries : CustomerTransactions

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

transactions
Link copied to clipboard

The resulting list of transactions.

abstract val transactions: List<CustomerTransactionSummary>