A Repeat sets how often a transaction should be repeated. It is used as part of a Schedule if recurring payments are necessary.
Properties
Property | Type | Description | Example |
---|---|---|---|
period | String | "yearly" , "monthly" , "weekly" , "daily" | "monthly" |
interval | Number (integer) | Represents the number of years, months, weeks, or days between repeating the transaction. For example: If period is "monthly" and interval is 3 , the scheduled transaction would run every 3 months on the day of the month set in the date property of the Schedule. | 3 |
Example
{
"period": "monthly",
"interval": 3
}