RetrieveBankOptions
data class RetrieveBankOptions(val clientSecret: String, paymentMethodType: String, flow: AirwallexPaymentRequestFlow?, transactionMode: TransactionMode?, countryCode: String?, openId: String?, languageCode: String? = null) : Options
Constructors
Link copied to clipboard
constructor(clientSecret: String, paymentMethodType: String, flow: AirwallexPaymentRequestFlow?, transactionMode: TransactionMode?, countryCode: String?, openId: String?, languageCode: String? = null)