banks2ff/firefly-iii-api/docs/RecurrenceUpdate.md
Jacob Kiers f0b8df90b9 Initial commit
This is definitely not functional yet.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-10-04 20:31:39 +02:00

1.4 KiB

RecurrenceUpdate

Properties

Name Type Description Notes
title Option<String> [optional]
description Option<String> Not to be confused with the description of the actual transaction(s) being created. [optional]
first_date Option<String> First time the recurring transaction will fire. [optional]
repeat_until Option<String> Date until the recurring transaction can fire. After that date, it's basically inactive. Use either this field or repetitions. [optional]
nr_of_repetitions Option<i32> Max number of created transactions. Use either this field or repeat_until. [optional]
apply_rules Option<bool> Whether or not to fire the rules after the creation of a transaction. [optional]
active Option<bool> If the recurrence is even active. [optional]
notes Option<String> [optional]
repetitions Option<Vecmodels::RecurrenceRepetitionUpdate> [optional]
transactions Option<Vecmodels::RecurrenceTransactionUpdate> [optional]

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