Xs2aBalanceOverviewResponse

data class Xs2aBalanceOverviewResponse(@Json(name = balancebalance: Float, @Json(name = availableavailable: Float?, @Json(name = limitlimit: Float?, @Json(name = currency_idcurrencyId: CurrencyId, @Json(name = created_atcreatedAt: OffsetDateTime)

Parameters

balance

Current balance

available

Current available

limit

Current limit (overdraft)

currencyId

Currency id of above values, e.g. EUR

createdAt

Creation date of the object

Constructors

Xs2aBalanceOverviewResponse
Link copied to clipboard
fun Xs2aBalanceOverviewResponse(@Json(name = balancebalance: Float, @Json(name = availableavailable: Float? = null, @Json(name = limitlimit: Float? = null, @Json(name = currency_idcurrencyId: CurrencyId, @Json(name = created_atcreatedAt: OffsetDateTime)
Current balance

Properties

available
Link copied to clipboard
var available: Float? = null
Current available
balance
Link copied to clipboard
var balance: Float
Current balance
createdAt
Link copied to clipboard
var createdAt: OffsetDateTime
Creation date of the object
currencyId
Link copied to clipboard
var currencyId: CurrencyId
Currency id of above values, e.g.
limit
Link copied to clipboard
var limit: Float? = null
Current limit (overdraft)