Xs2aBalanceCheckResponse

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

Parameters

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 = check_amountcheckAmount: Float, @Json(name = check_currency_idcheckCurrencyId: CurrencyId, @Json(name = check_passedcheckPassed: Boolean, @Json(name = created_atcreatedAt: OffsetDateTime)
Account balance amount to be checked against

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: OffsetDateTime
Creation date of the object