1.4 KiB
1.4 KiB
RecurrenceStore
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type_ | *RecurrenceTransactionType | [default to null] | |
Title | string | [default to null] | |
Description | string | Not to be confused with the description of the actual transaction(s) being created. | [optional] [default to null] |
FirstDate | string | First time the recurring transaction will fire. Must be after today. | [default to null] |
RepeatUntil | string | Date until the recurring transaction can fire. Use either this field or repetitions. | [default to null] |
NrOfRepetitions | int32 | Max number of created transactions. Use either this field or repeat_until. | [optional] [default to null] |
ApplyRules | bool | Whether or not to fire the rules after the creation of a transaction. | [optional] [default to null] |
Active | bool | If the recurrence is even active. | [optional] [default to null] |
Notes | string | [optional] [default to null] | |
Repetitions | []RecurrenceRepetitionStore | [default to null] | |
Transactions | []RecurrenceTransactionStore | [default to null] |