TransactionHistoryRequest

The JSON request structure of the Transaction History endpoint.

interface TransactionHistoryRequest

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

clientReference
Link copied to clipboard
abstract val clientReference: String
endDate
Link copied to clipboard
abstract val endDate: String
maxRecords
Link copied to clipboard
abstract val maxRecords: BigDecimal
orderNumber
Link copied to clipboard
abstract val orderNumber: String
paymentInstrumentIds
Link copied to clipboard
abstract val paymentInstrumentIds: List<String>
startDate
Link copied to clipboard
abstract val startDate: String
transactionRef
Link copied to clipboard
abstract val transactionRef: String
transactionTypes
Link copied to clipboard
abstract val transactionTypes: List<TransactionClass>