Xs2aAccountStatusCheck

data class Xs2aAccountStatusCheck(@Json(name = limit_turnover_dayslimitTurnoverDays: Int?, @Json(name = all_accountsallAccounts: Boolean)

With XS2A.xs2a_account_status_check a list of accounts within the bank connection can be requested. Basically you have to decide if the account status data for the reference account or all accounts within the bank account should be collected. In addition the request can be filtered over a period in days. As result you get data about account or accountholder identification, current account balance, turnovers and the quality of the turnovers.

Parameters

limitTurnoverDays

If needed limit the fetched turnovers to create it. Default 365. Valid Range: 10 - 365

allAccounts

True, if you want to receive all accounts including their turnovers

Constructors

Xs2aAccountStatusCheck
Link copied to clipboard
fun Xs2aAccountStatusCheck(@Json(name = limit_turnover_dayslimitTurnoverDays: Int? = null, @Json(name = all_accountsallAccounts: Boolean)
If needed limit the fetched turnovers to create it.

Properties

allAccounts
Link copied to clipboard
var allAccounts: Boolean
True, if you want to receive all accounts including their turnovers
limitTurnoverDays
Link copied to clipboard
var limitTurnoverDays: Int? = null
If needed limit the fetched turnovers to create it.