Account

data class Account(val iban: String, val accountHolder: String)

Class describing the bank account info.

Parameters

iban

the IBAN of the verified bank account.

accountHolder

the name of the verified bank account holder.

Constructors

Link copied to clipboard
constructor(iban: String, accountHolder: String)

Properties

Link copied to clipboard
Link copied to clipboard