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

1.2 KiB

AvailableBudget

Properties

Name Type Description Notes
CreatedAt time.Time [optional] [default to null]
UpdatedAt time.Time [optional] [default to null]
CurrencyId string Use either currency_id or currency_code. [optional] [default to null]
CurrencyCode string Use either currency_id or currency_code. [optional] [default to null]
CurrencySymbol string [optional] [default to null]
CurrencyDecimalPlaces int32 [optional] [default to null]
Amount string [default to null]
Start time.Time Start date of the available budget. [default to null]
End time.Time End date of the available budget. [default to null]
SpentInBudgets []BudgetSpent [optional] [default to null]
SpentOutsideBudget []BudgetSpent [optional] [default to null]

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