PaymentTransactionState
class PaymentTransactionState(val amount: String, val language: String, val transactionType: String?) : IPCTransactionState
State means that payment application is performing payment processing operations
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
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