IPCTransactionState
open class IPCTransactionState(val mode: Int, val amount: String? = null, val language: String? = null, val message: String? = null, val transactionType: String? = null) : Parcelable
Inheritors
Constructors
Functions
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
amount and language for this cases AUTHORISATION_CONST and PAYMENT_CONST considered non-nullabe
Link copied to clipboard