BudgetAmount

data class BudgetAmount(val lastPeriodAmount: Boolean? = null, val specifiedAmount: BudgetAmountSpecifiedAmount? = null)

Constructors

Link copied to clipboard
constructor(lastPeriodAmount: Boolean? = null, specifiedAmount: BudgetAmountSpecifiedAmount? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configures a budget amount that is automatically set to 100% of last period's spend. Boolean. Set value to true to use. Do not set to false, instead use the specified_amount block.

Link copied to clipboard

A specified amount to use as the budget. currencyCode is optional. If specified, it must match the currency of the billing account. The currencyCode is provided on output. Structure is documented below.