CreditCardResult

interface CreditCardResult

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
bin
Link copied to clipboard
abstract val bin: String
cardSuffix
Link copied to clipboard
abstract val cardSuffix: String
errorMessage
Link copied to clipboard
abstract val errorMessage: ErrorMessage?
expiryMonth
Link copied to clipboard
abstract val expiryMonth: String
expiryYear
Link copied to clipboard
abstract val expiryYear: String
orderNumber
Link copied to clipboard
abstract val orderNumber: String
result
Link copied to clipboard
abstract val result: ResultEnum
transactionRef
Link copied to clipboard
abstract val transactionRef: String
transactionResponseCode
Link copied to clipboard
abstract val transactionResponseCode: String
transactionResponseText
Link copied to clipboard
abstract val transactionResponseText: String
transactionTimestamp
Link copied to clipboard
abstract val transactionTimestamp: String
transactionType
Link copied to clipboard
abstract val transactionType: String