Package com.fintecsystems.xs2a.java.models.api.bankcodes

Types

BankObject
Link copied to clipboard
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)
BankObjectList
Link copied to clipboard
class BankObjectList(@Json(name = totaltotal: Int, @Json(name = per_pageperPage: Int, @Json(name = current_pagecurrentPage: Int, @Json(name = last_pagelastPage: Int, @Json(name = fromfrom: Int?, @Json(name = toto: Int?, @Json(name = datadata: List<BankObject>) : PaginatedList<BankObject>