Other
class Other(val reason: SDKTransactionError.TransactionResult.Declined.Other.Reason, val cardReadMode: SDKCardReadMode?, val message: String?) : SDKTransactionError.TransactionResult.Declined
Declined transaction - Other
Parameters
reason
reason of other declination
cardReadMode
the read mode active when the decline occurred
message
a message explaining why it was declined
Constructors
Link copied to clipboard
constructor(reason: SDKTransactionError.TransactionResult.Declined.Other.Reason, cardReadMode: SDKCardReadMode?, message: String?)