BankAccountTokenParams
data class BankAccountTokenParams @JvmOverloads constructor( country: String, currency: String, accountNumber: String, accountHolderType: BankAccountTokenParams.Type? = null, accountHolderName: String? = null, routingNumber: String? = null) : TokenParams
Content copied to clipboard
Constructors
Link copied to clipboard
fun BankAccountTokenParams( country: String, currency: String, accountNumber: String, accountHolderType: BankAccountTokenParams.Type? = null, accountHolderName: String? = null, routingNumber: String? = null)
Content copied to clipboard