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

1007 B

BudgetLimitStore

Properties

Name Type Description Notes
CurrencyId string Use either currency_id or currency_code. Defaults to the user's default currency. [optional] [default to null]
CurrencyCode string Use either currency_id or currency_code. Defaults to the user's default currency. [optional] [default to null]
BudgetId string The budget ID of the associated budget. [default to null]
Start string Start date of the budget limit. [default to null]
Period string Period of the budget limit. Only used when auto-generated by auto-budget. [optional] [default to null]
End string End date of the budget limit. [default to null]
Amount string [default to null]

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