Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.3 KB

RecurrenceRepetitionUpdate.md

File metadata and controls

13 lines (9 loc) · 1.3 KB

FireflyIIINet.Model.RecurrenceRepetitionUpdate

Properties

Name Type Description Notes
Type RecurrenceRepetitionType [optional]
Moment string Information that defined the type of repetition. - For 'daily', this is empty. - For 'weekly', it is day of the week between 1 and 7 (Monday - Sunday). - For 'ndom', it is '1,2' or '4,5' or something else, where the first number is the week in the month, and the second number is the day in the week (between 1 and 7). '2,3' means: the 2nd Wednesday of the month - For 'monthly' it is the day of the month (1 - 31) - For yearly, it is a full date, ie '2018-09-17'. The year you use does not matter. [optional]
Skip int How many occurrences to skip. 0 means skip nothing. 1 means every other. [optional]
Weekend int How to respond when the recurring transaction falls in the weekend. Possible values: 1. Do nothing, just create it 2. Create no transaction. 3. Skip to the previous Friday. 4. Skip to the next Monday. [optional]

[Back to Model list] [Back to API list] [Back to README]