Skip to content

Relationships

Schema relationships
graph LR
    Budgets -->|"tracking_categories"| TrackingCategories

Properties

idstring
required·

The unique identifier for budget

created_atstring · date-time

This represents the date when the budget was created

end_datestring · date-time

The end date of the budget

line_itemsobject[]

The line items of the budget

accountstring

The ID of the account

amountstring

The amount of the line item

datestring · date-time

The date of the line item

notestring

The note of the line item

namestring

The name of the budget

remote_dataRecord<string, any>

Raw data returned from the remote API call.

start_datestring · date-time

The start date of the budget

statusstring

The status of the budget

Possible values:
activearchived
tracking_categoriesobject[]

The tracking categories of the budget

idstring

The ID of the tracking category

namestring

The name of the tracking category

optionstring

The option of the tracking category

updated_atstring · date-time

This represents the date when the budget was updated