Xs2aBalanceCheckResponse

data class Xs2aBalanceCheckResponse(@Json(name = objectobject: String, @Json(name = check_amountcheckAmount: Float, @Json(name = check_currency_idcheckCurrencyId: CurrencyId, @Json(name = check_passedcheckPassed: Boolean, @Json(name = created_atcreatedAt: LocalDateTime)

Parameters

object Object type, in this case a xs2a_balance_check

checkAmount

Account balance amount to be checked against

checkCurrencyId

Currency id of check_amount, e.g. EUR

checkPassed

Indicates whether or not the check was successful

createdAt

Creation date of the object

Constructors

Xs2aBalanceCheckResponse
Link copied to clipboard
fun Xs2aBalanceCheckResponse(@Json(name = objectobject: String, @Json(name = check_amountcheckAmount: Float, @Json(name = check_currency_idcheckCurrencyId: CurrencyId, @Json(name = check_passedcheckPassed: Boolean, @Json(name = created_atcreatedAt: LocalDateTime)
object Object type, in this case a xs2a_balance_check

Properties

checkAmount
Link copied to clipboard
var checkAmount: Float
Account balance amount to be checked against
checkCurrencyId
Link copied to clipboard
var checkCurrencyId: CurrencyId
Currency id of check_amount, e.g.
checkPassed
Link copied to clipboard
var checkPassed: Boolean
Indicates whether or not the check was successful
createdAt
Link copied to clipboard
var createdAt: LocalDateTime
Creation date of the object
object
Link copied to clipboard
var object: String