1.2 KiB
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] |