BudgetCostTypes

data class BudgetCostTypes(val includeCredit: Boolean? = null, val includeDiscount: Boolean? = null, val includeOtherSubscription: Boolean? = null, val includeRecurring: Boolean? = null, val includeRefund: Boolean? = null, val includeSubscription: Boolean? = null, val includeSupport: Boolean? = null, val includeTax: Boolean? = null, val includeUpfront: Boolean? = null, val useAmortized: Boolean? = null, val useBlended: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val includeCredit: Boolean? = null

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
val includeRefund: Boolean? = null

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
val includeSupport: Boolean? = null

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

Link copied to clipboard
val includeTax: Boolean? = null

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

Link copied to clipboard
val includeUpfront: Boolean? = null

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

Link copied to clipboard
val useAmortized: Boolean? = null

Whether a budget uses the amortized rate. Defaults to false

Link copied to clipboard
val useBlended: Boolean? = null

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