Xs2aAccountStatusCheckResponse

data class Xs2aAccountStatusCheckResponse(@Json(name = account_detailsaccountDetails: List<UserAccountsObject>, @Json(name = other_accountsotherAccounts: List<OtherAccountsObject>, @Json(name = credit_cardscreditCards: List<CreditCardsObject>, @Json(name = daysdays: Int?, @Json(name = all_accountsallAccounts: Boolean, @Json(name = created_atcreatedAt: OffsetDateTime)

Parameters

accountDetails
otherAccounts
creditCards
days

The limit of turnover days for this check

allAccounts

Shows the chosen option, with all accounts or not

createdAt

Creation date of the object

Constructors

Xs2aAccountStatusCheckResponse
Link copied to clipboard
fun Xs2aAccountStatusCheckResponse(@Json(name = account_detailsaccountDetails: List<UserAccountsObject>, @Json(name = other_accountsotherAccounts: List<OtherAccountsObject>, @Json(name = credit_cardscreditCards: List<CreditCardsObject>, @Json(name = daysdays: Int? = null, @Json(name = all_accountsallAccounts: Boolean, @Json(name = created_atcreatedAt: OffsetDateTime)

Properties

accountDetails
Link copied to clipboard
var accountDetails: List<UserAccountsObject>
allAccounts
Link copied to clipboard
var allAccounts: Boolean
Shows the chosen option, with all accounts or not
createdAt
Link copied to clipboard
var createdAt: OffsetDateTime
Creation date of the object
creditCards
Link copied to clipboard
var creditCards: List<CreditCardsObject>
days
Link copied to clipboard
var days: Int? = null
The limit of turnover days for this check
otherAccounts
Link copied to clipboard
var otherAccounts: List<OtherAccountsObject>