Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Xs2aStandingOrdersCheckResponseStandingOrders

export
interface

Xs2aStandingOrdersCheckResponseStandingOrders

Hierarchy

  • Xs2aStandingOrdersCheckResponseStandingOrders

Index

Properties

amount

amount: number

Amount to transfer

memberof

Xs2aStandingOrdersCheckResponseStandingOrders

Optional currency

currency: Currency

Currency id of amount, e.g. EUR

memberof

Xs2aStandingOrdersCheckResponseStandingOrders

day

day: number

Day of the execution, 1-31. 31 is used in case of execute on the last day of the month.

memberof

Xs2aStandingOrdersCheckResponseStandingOrders

Optional end_execution

end_execution: undefined | string

Date of the last execution of the standing order, format YYYY-mm-dd.

memberof

Xs2aStandingOrdersCheckResponseStandingOrders

frequency

frequency: string

Frequency of standing order, d = daily, w = weekly, m = monthly, y = yearly

memberof

Xs2aStandingOrdersCheckResponseStandingOrders

frequency_interval

frequency_interval: number

Frequency interval, in case of frequency daily or weekly the range is 1-7 (1 = Monday, 7 = Sunday). In case of monthly or yearly it is 1-31. 0 in case for a non standardized format.

memberof

Xs2aStandingOrdersCheckResponseStandingOrders

purpose

purpose: string

Purpose of the transfer

memberof

Xs2aStandingOrdersCheckResponseStandingOrders

recipient_account

recipient_account: BankAccountObject
memberof

Xs2aStandingOrdersCheckResponseStandingOrders

sender_account

sender_account: BankAccountObject
memberof

Xs2aStandingOrdersCheckResponseStandingOrders

Optional start_execution

start_execution: undefined | string

Date of the first or next execution of the standing order, format YYYY-mm-dd.

memberof

Xs2aStandingOrdersCheckResponseStandingOrders

Generated using TypeDoc