Declined
Declined transaction
Parameters
cardReadMode
the read mode active when the decline occurred
message
a message explaining why it was declined
referenceNumber
reference number of the transaction (null if declined before going online)
Inheritors
Types
Link copied to clipboard
class Online(val code: String?, val processorCode: String?, cardReadMode: SDKCardReadMode?, message: String?, val referenceNumber: String) : SDKV2TransactionError.TransactionResult.Declined
Link copied to clipboard
class Other(val reason: SDKV2TransactionError.TransactionResult.Declined.Other.Reason, cardReadMode: SDKCardReadMode?, message: String?, referenceNumber: String? = null) : SDKV2TransactionError.TransactionResult.Declined