Xs2aBalanceOverviewResponse

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

Parameters

object Object type, in this case a xs2a_balance_overview

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 = objectobject: String, @Json(name = balancebalance: Float, @Json(name = availableavailable: Float, @Json(name = limitlimit: Float, @Json(name = currency_idcurrencyId: CurrencyId? = null, @Json(name = created_atcreatedAt: LocalDateTime)
object Object type, in this case a xs2a_balance_overview

Properties

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