PaymentInstrumentRequestCreditCard

interface PaymentInstrumentRequestCreditCard : Serializable

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
orderNumber
Link copied to clipboard
abstract val orderNumber: String
transactionRef
Link copied to clipboard
abstract val transactionRef: String
transactionTimestamp
Link copied to clipboard
abstract val transactionTimestamp: String