BankObject

data class BankObject(@Json(name = bank_codebankCode: String, @Json(name = bicbic: String?, @Json(name = namename: String, @Json(name = short_nameshortName: String, @Json(name = zipcodezipcode: String?, @Json(name = citycity: String, @Json(name = country_idcountryId: CountryId?, @Json(name = testmodetestmode: Boolean, @Json(name = xs2a_productsxs2aProducts: List<String>, @Json(name = xs2a_supportedxs2aSupported: Boolean)

Parameters

bankCode

bank code of the bank

bic

BIC of the bank

name

Name of the bank

shortName

Abbreviated bank name

zipcode

National ZIP code of the bank

city

City

countryId

Two letter country code id, e.g. AT, CH, DE

testmode

'1', if this bank is a testbank

xs2aProducts

array of xs2a products supported

xs2aSupported

true, if this bank is supported by XS2A

Constructors

BankObject
Link copied to clipboard
fun BankObject(@Json(name = bank_codebankCode: String, @Json(name = bicbic: String? = null, @Json(name = namename: String, @Json(name = short_nameshortName: String, @Json(name = zipcodezipcode: String? = null, @Json(name = citycity: String, @Json(name = country_idcountryId: CountryId? = null, @Json(name = testmodetestmode: Boolean, @Json(name = xs2a_productsxs2aProducts: List<String>, @Json(name = xs2a_supportedxs2aSupported: Boolean)
bank code of the bank

Properties

bankCode
Link copied to clipboard
var bankCode: String
bank code of the bank
bic
Link copied to clipboard
var bic: String? = null
BIC of the bank
city
Link copied to clipboard
var city: String
City
countryId
Link copied to clipboard
var countryId: CountryId? = null
Two letter country code id, e.g.
name
Link copied to clipboard
var name: String
Name of the bank
shortName
Link copied to clipboard
var shortName: String
Abbreviated bank name
testmode
Link copied to clipboard
var testmode: Boolean
'1', if this bank is a testbank
xs2aProducts
Link copied to clipboard
var xs2aProducts: List<String>
array of xs2a products supported
xs2aSupported
Link copied to clipboard
var xs2aSupported: Boolean
true, if this bank is supported by XS2A
zipcode
Link copied to clipboard
var zipcode: String? = null
National ZIP code of the bank