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")

Constructors

Link copied to clipboard
constructor(amount: String, language: String, transactionType: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard