Xs2aDirectDebitCheck

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)

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.