Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
dateFirst | LocalDate | The first date for which the Scheduled Transaction was scheduled. | |
dateNext | LocalDate | The next date for which the Scheduled Transaction is scheduled. | |
frequency | FrequencyEnum | ||
amount | BigDecimal | The scheduled transaction amount in milliunits format | |
accountId | String | ||
deleted | Boolean | Whether or not the scheduled transaction has been deleted. Deleted scheduled transactions will only be included in delta requests. |
Name | Value |
---|---|
NEVER | "never" |
DAILY | "daily" |
WEEKLY | "weekly" |
EVERYOTHERWEEK | "everyOtherWeek" |
TWICEAMONTH | "twiceAMonth" |
EVERY4WEEKS | "every4Weeks" |
MONTHLY | "monthly" |
EVERYOTHERMONTH | "everyOtherMonth" |
EVERY3MONTHS | "every3Months" |
EVERY4MONTHS | "every4Months" |
TWICEAYEAR | "twiceAYear" |
YEARLY | "yearly" |
EVERYOTHERYEAR | "everyOtherYear" |