Other

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

referenceNumber

reference number of the transaction (null if declined before going online)

Constructors

Link copied to clipboard
constructor(reason: SDKTransactionError.TransactionResult.Declined.Other.Reason, cardReadMode: SDKCardReadMode?, message: String?, referenceNumber: String? = null)

Types

Link copied to clipboard
sealed class Reason

Properties

Link copied to clipboard
Link copied to clipboard
val message: String? = null
Link copied to clipboard
open val referenceNumber: String? = null

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun toString(): String