AccountStatementAccount

data class AccountStatementAccount(@Json(name = holderholder: String, @Json(name = descriptiondescription: String, @Json(name = ibaniban: String, @Json(name = bicbic: String?, @Json(name = country_idcountryId: CountryId?, @Json(name = joint_accountjointAccount: Boolean)

Parameters

holder

Name of the account holder

description

Name of the account

iban

IBAN of the account

bic

BIC of the account

countryId

2-letter country code of the account

jointAccount

Indicates whether this is a joint account

Constructors

AccountStatementAccount
Link copied to clipboard
fun AccountStatementAccount(@Json(name = holderholder: String, @Json(name = descriptiondescription: String, @Json(name = ibaniban: String, @Json(name = bicbic: String? = null, @Json(name = country_idcountryId: CountryId? = null, @Json(name = joint_accountjointAccount: Boolean)
Name of the account holder

Properties

bic
Link copied to clipboard
var bic: String? = null
BIC of the account
countryId
Link copied to clipboard
var countryId: CountryId? = null
2-letter country code of the account
description
Link copied to clipboard
var description: String
Name of the account
holder
Link copied to clipboard
var holder: String
Name of the account holder
iban
Link copied to clipboard
var iban: String
IBAN of the account
jointAccount
Link copied to clipboard
var jointAccount: Boolean
Indicates whether this is a joint account