Class BudgetAmount (1.0.1)

BudgetAmount(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The budgeted amount for each usage period.

Attributes

NameDescription
specified_amount .money.Money
A specified amount to use as the budget. currency_code is optional. If specified, it must match the currency of the billing account. The currency_code is provided on output.
last_period_amount .budget_model.LastPeriodAmount
Use the last period's actual spend as the budget for the present period.