Online

class Online(val code: String?, val processorCode: String?, val cardReadMode: SDKCardReadMode?, val message: String?, val referenceNumber: String) : SDKTransactionError.TransactionResult.Declined

Declined transaction - Online Request was well formed and valid, but gateway decided to decline the transaction.

Parameters

code

: Gateway declination code

processorCode

: processor declination code

cardReadMode

the read mode active when the decline occurred

message

: a message explaining why it was declined

referenceNumber

: reference number of the transaction

Constructors

Link copied to clipboard
constructor(code: String?, processorCode: String?, cardReadMode: SDKCardReadMode?, message: String?, referenceNumber: String)

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String