BankAccountObject

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

Parameters

holder

name of the account holder

description
iban
bic
countryId

Constructors

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

Properties

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