GetBudgetCostType

data class GetBudgetCostType(val includeCredit: Boolean, val includeDiscount: Boolean, val includeOtherSubscription: Boolean, val includeRecurring: Boolean, val includeRefund: Boolean, val includeSubscription: Boolean, val includeSupport: Boolean, val includeTax: Boolean, val includeUpfront: Boolean, val useAmortized: Boolean, val useBlended: Boolean)

Constructors

Link copied to clipboard
constructor(includeCredit: Boolean, includeDiscount: Boolean, includeOtherSubscription: Boolean, includeRecurring: Boolean, includeRefund: Boolean, includeSubscription: Boolean, includeSupport: Boolean, includeTax: Boolean, includeUpfront: Boolean, useAmortized: Boolean, useBlended: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Whether a budget includes discounts. Defaults to true.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Whether a budget uses the amortized rate. Defaults to false.

Link copied to clipboard

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