Authorization
data class Authorization(val amount: String, val language: String, val transactionType: String?) : TransactionState
Being sent while Payment Application performs Auth call to gateway
Parameters
amount
is formatted amount (example:"0.1 EUR")