Skip to content

Files

Latest commit

author
Bevan Wishart
Aug 15, 2023
f23442c · Aug 15, 2023

History

History
22 lines (19 loc) · 1.41 KB

Event.md

File metadata and controls

22 lines (19 loc) · 1.41 KB

# Event

Properties

Name Type Description Notes
id string The unique identifier of the event. [optional]
category \OpenAPI\Client\Model\Category [optional]
scenario \OpenAPI\Client\Model\Scenario [optional]
amount float The amount of the event. [optional]
amount_in_base_currency float The amount of the event in the user's base currency. [optional]
currency_code string The currency code of the event. [optional]
date string The date of the event. [optional]
colour string The CSS hex-style colour of the event. [optional]
note string The note of the event. [optional]
repeat_type string The repeat type of the event. [optional]
repeat_interval int The repeat interval of how often the event takes place. [optional]
series_id int The unique identifier of the series that the event belongs to. [optional]
series_start_id string The unique identifier of the series followed by the series's start date. [optional]
infinite_series bool Whether the event repeats and does not have an end date. [optional]

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