banks2ff/firefly-iii-api/docs/Recurrence.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.7 KiB

Recurrence

Properties

Name Type Description Notes
created_at Option<String> [optional][readonly]
updated_at Option<String> [optional][readonly]
r#type Option<models::RecurrenceTransactionType> [optional]
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. Must be after today. [optional]
latest_date Option<String> Last time the recurring transaction has fired. [optional][readonly]
repeat_until Option<String> Date until the recurring transaction can fire. 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::RecurrenceRepetition> [optional]
transactions Option<Vecmodels::RecurrenceTransaction> [optional]

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