A Repeat sets how often a transaction should be repeated. It is used as part of a Schedule if recurring payments are necessary.

Properties

PropertyTypeDescriptionExample
periodString"yearly", "monthly", "weekly", "daily""monthly"
intervalNumber(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
}