BudgetCostTypesArgs

data class BudgetCostTypesArgs(val includeCredit: Output<Boolean>? = null, val includeDiscount: Output<Boolean>? = null, val includeOtherSubscription: Output<Boolean>? = null, val includeRecurring: Output<Boolean>? = null, val includeRefund: Output<Boolean>? = null, val includeSubscription: Output<Boolean>? = null, val includeSupport: Output<Boolean>? = null, val includeTax: Output<Boolean>? = null, val includeUpfront: Output<Boolean>? = null, val useAmortized: Output<Boolean>? = null, val useBlended: Output<Boolean>? = null) : ConvertibleToJava<BudgetCostTypesArgs>

Constructors

Link copied to clipboard
constructor(includeCredit: Output<Boolean>? = null, includeDiscount: Output<Boolean>? = null, includeOtherSubscription: Output<Boolean>? = null, includeRecurring: Output<Boolean>? = null, includeRefund: Output<Boolean>? = null, includeSubscription: Output<Boolean>? = null, includeSupport: Output<Boolean>? = null, includeTax: Output<Boolean>? = null, includeUpfront: Output<Boolean>? = null, useAmortized: Output<Boolean>? = null, useBlended: Output<Boolean>? = null)

Properties

Link copied to clipboard
val includeCredit: Output<Boolean>? = null

A boolean value whether to include credits in the cost budget. Defaults to true

Link copied to clipboard
val includeDiscount: Output<Boolean>? = null

Whether a budget includes discounts. Defaults to true

Link copied to clipboard
val includeOtherSubscription: Output<Boolean>? = null

A boolean value whether to include other subscription costs in the cost budget. Defaults to true

Link copied to clipboard
val includeRecurring: Output<Boolean>? = null

A boolean value whether to include recurring costs in the cost budget. Defaults to true

Link copied to clipboard
val includeRefund: Output<Boolean>? = null

A boolean value whether to include refunds in the cost budget. Defaults to true

Link copied to clipboard
val includeSubscription: Output<Boolean>? = null

A boolean value whether to include subscriptions in the cost budget. Defaults to true

Link copied to clipboard
val includeSupport: Output<Boolean>? = null

A boolean value whether to include support costs in the cost budget. Defaults to true

Link copied to clipboard
val includeTax: Output<Boolean>? = null

A boolean value whether to include tax in the cost budget. Defaults to true

Link copied to clipboard
val includeUpfront: Output<Boolean>? = null

A boolean value whether to include upfront costs in the cost budget. Defaults to true

Link copied to clipboard
val useAmortized: Output<Boolean>? = null

Whether a budget uses the amortized rate. Defaults to false

Link copied to clipboard
val useBlended: Output<Boolean>? = null

A boolean value whether to use blended costs in the cost budget. Defaults to false

Functions

Link copied to clipboard
open override fun toJava(): BudgetCostTypesArgs