PaymentProcessing
data class PaymentProcessing(val amount: String, val language: String, val transactionType: String?) : TransactionState
Being sent while Payment Application processes the payment
Parameters
amount
is formatted amount (example:"0.1 EUR")