Xs2aDirectDebitCheck

data class Xs2aDirectDebitCheck(@Json(name = check_amountcheckAmount: Float, @Json(name = check_currency_idcheckCurrencyId: CurrencyId, @Json(name = start_datestartDate: OffsetDateTime?, @Json(name = end_dateendDate: OffsetDateTime?)

Parameters

checkAmount

Account balance amount to be checked against

checkCurrencyId

Currency id of check_amount, e.g. EUR

startDate

Date format is \"YYYY-mm-dd\". An optional field. If a start_date is given, the field \"end_date\" has to be set as well. The start date can be no earlier than the day after the transaction. In case the start date is invalid or not set, the earliest bank work day will be used.

endDate

Date format is \"YYYY-mm-dd\". An optional field. The end date has to be at lest 3 days after the start date and can be a maximum of 30 days into the future. If there is no end date given, the maximum of 30 days will be used.

Constructors

Xs2aDirectDebitCheck
Link copied to clipboard
fun Xs2aDirectDebitCheck(@Json(name = check_amountcheckAmount: Float, @Json(name = check_currency_idcheckCurrencyId: CurrencyId, @Json(name = start_datestartDate: OffsetDateTime? = null, @Json(name = end_dateendDate: OffsetDateTime? = null)
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.
endDate
Link copied to clipboard
var endDate: OffsetDateTime? = null
Date format is \"YYYY-mm-dd\".
startDate
Link copied to clipboard
var startDate: OffsetDateTime? = null
Date format is \"YYYY-mm-dd\".