OtherAccountsObject

data class OtherAccountsObject(@Json(name = holderholder: String, @Json(name = ibaniban: String, @Json(name = bicbic: String?, @Json(name = country_idcountryId: CountryId?, @Json(name = bank_namebankName: String, @Json(name = typetype: String)

Parameters

holder

name of the account holder

iban
bic
countryId
bankName

name of the bank

type

Constructors

OtherAccountsObject
Link copied to clipboard
fun OtherAccountsObject(@Json(name = holderholder: String, @Json(name = ibaniban: String, @Json(name = bicbic: String? = null, @Json(name = country_idcountryId: CountryId? = null, @Json(name = bank_namebankName: String, @Json(name = typetype: String)
name of the account holder

Properties

bankName
Link copied to clipboard
var bankName: String
name of the bank
bic
Link copied to clipboard
var bic: String? = null
countryId
Link copied to clipboard
var countryId: CountryId? = null
holder
Link copied to clipboard
var holder: String
name of the account holder
iban
Link copied to clipboard
var iban: String
type
Link copied to clipboard
var type: String