go-firefly3/docs/Recurrence.md
2024-05-11 14:45:50 +03:00

1.7 KiB

Recurrence

Properties

Name Type Description Notes
CreatedAt time.Time [optional] [default to null]
UpdatedAt time.Time [optional] [default to null]
Type_ *RecurrenceTransactionType [optional] [default to null]
Title string [optional] [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. [optional] [default to null]
LatestDate string Last time the recurring transaction has fired. [optional] [default to null]
RepeatUntil string Date until the recurring transaction can fire. Use either this field or repetitions. [optional] [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 []RecurrenceRepetition [optional] [default to null]
Transactions []RecurrenceTransaction [optional] [default to null]

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