Online

class Online(val code: String?, val processorCode: String?, val message: 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

Constructors

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

Properties

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

Functions

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