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

Types

BankAccount
Link copied to clipboard
data class BankAccount(@Json(name = idid: String, @Json(name = bank_connection_idbankConnectionId: String?, @Json(name = holderholder: String, @Json(name = ibaniban: String, @Json(name = descriptiondescription: String, @Json(name = bicbic: String?, @Json(name = account_numberaccountNumber: String?, @Json(name = bank_codebankCode: String, @Json(name = bank_namebankName: String, @Json(name = country_idcountryId: CountryId?, @Json(name = typetype: AccountType, @Json(name = joint_accountjointAccount: Boolean, @Json(name = transaction_possibletransactionPossible: Boolean, @Json(name = created_atcreatedAt: OffsetDateTime)
BankAccountBalance
Link copied to clipboard
data class BankAccountBalance(@Json(name = idid: String, @Json(name = availableavailable: Float?, @Json(name = limitlimit: Float?, @Json(name = balancebalance: Float, @Json(name = currencycurrency: CurrencyId, @Json(name = datedate: OffsetDateTime, @Json(name = created_atcreatedAt: OffsetDateTime)
BankAccountList
Link copied to clipboard
class BankAccountList(@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<BankAccount>) : PaginatedList<BankAccount>
BankAccountTurnovers
Link copied to clipboard
data class BankAccountTurnovers(@Json(name = idid: String, @Json(name = turnoversturnovers: List<Turnover>, @Json(name = daysdays: Int?, @Json(name = datedate: OffsetDateTime, @Json(name = created_atcreatedAt: OffsetDateTime)