Transaction

interface Transaction

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

amount
Link copied to clipboard
abstract val amount: BigDecimal
applicationName
Link copied to clipboard
abstract val applicationName: String
applicationRef
Link copied to clipboard
abstract val applicationRef: String
bin
Link copied to clipboard
abstract val bin: String
cardSuffix
Link copied to clipboard
abstract val cardSuffix: String
clientReference
Link copied to clipboard
abstract val clientReference: String
comment
Link copied to clipboard
abstract val comment: String
network
Link copied to clipboard
abstract val network: String
orderNumber
Link copied to clipboard
abstract val orderNumber: String
paymentInstrumentType
Link copied to clipboard
abstract val paymentInstrumentType: String
transactionRef
Link copied to clipboard
abstract val transactionRef: String
transactionTimestamp
Link copied to clipboard
abstract val transactionTimestamp: String
transactionType
Link copied to clipboard
abstract val transactionType: ContainerTransactionType