IdleTransactionState

State means that payment application is in idle state

Constructors

Link copied to clipboard
constructor()

Properties

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

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)