AuthorisationTransactionState

class AuthorisationTransactionState(val amount: String, val language: String, val transactionType: String?) : IPCTransactionState

State means that application sent authorization request

Parameters

amount

authorized amount

language

language of cardholder

transactionType

refers to raw string being presented in PayOnSite application used as workaround to show same value in Master Application

Constructors

Link copied to clipboard
constructor(amount: String, language: String, transactionType: String?)

Properties

Link copied to clipboard
open override val amount: String
Link copied to clipboard
open override val language: String
Link copied to clipboard
open val message: String? = null
Link copied to clipboard
val mode: Int
Link copied to clipboard
open override val transactionType: String?

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard

amount and language for this cases AUTHORISATION_CONST and PAYMENT_CONST considered non-nullabe

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)