public static interface Spend.Builder extends SdkPojo, CopyableBuilder<Spend.Builder,Spend>
| Modifier and Type | Method and Description |
|---|---|
Spend.Builder |
amount(BigDecimal amount)
The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold.
|
Spend.Builder |
unit(String unit)
The unit of measurement that's used for the budget forecast, actual spend, or budget threshold, such as USD
or GBP.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSpend.Builder amount(BigDecimal amount)
The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold.
amount - The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold.Spend.Builder unit(String unit)
The unit of measurement that's used for the budget forecast, actual spend, or budget threshold, such as USD or GBP.
unit - The unit of measurement that's used for the budget forecast, actual spend, or budget threshold, such
as USD or GBP.Copyright © 2023. All rights reserved.