Xs2aAllAccountsCheckResponse

data class Xs2aAllAccountsCheckResponse(@Json(name = accountsaccounts: List<BankAccountObject>, @Json(name = created_atcreatedAt: OffsetDateTime)

Parameters

accounts
createdAt

Creation date of the object

Constructors

Xs2aAllAccountsCheckResponse
Link copied to clipboard
fun Xs2aAllAccountsCheckResponse(@Json(name = accountsaccounts: List<BankAccountObject>, @Json(name = created_atcreatedAt: OffsetDateTime)

Properties

accounts
Link copied to clipboard
var accounts: List<BankAccountObject>
createdAt
Link copied to clipboard
var createdAt: OffsetDateTime
Creation date of the object