CostTypes

class CostTypes

The types of cost that are included in a COST budget, such as tax and subscriptions.

USAGE, RI_UTILIZATION, RI_COVERAGE, SAVINGS_PLANS_UTILIZATION, and SAVINGS_PLANS_COVERAGE budgets don't have CostTypes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether a budget includes credits.

Link copied to clipboard

Specifies whether a budget includes discounts.

Link copied to clipboard

Specifies whether a budget includes non-RI subscription costs.

Link copied to clipboard

Specifies whether a budget includes recurring fees such as monthly RI fees.

Link copied to clipboard

Specifies whether a budget includes refunds.

Link copied to clipboard

Specifies whether a budget includes subscriptions.

Link copied to clipboard

Specifies whether a budget includes support subscription fees.

Link copied to clipboard

Specifies whether a budget includes taxes.

Link copied to clipboard

Specifies whether a budget includes upfront RI costs.

Link copied to clipboard

Specifies whether a budget uses the amortized rate.

Link copied to clipboard

Specifies whether a budget uses a blended rate.

Functions

Link copied to clipboard
inline fun copy(block: CostTypes.Builder.() -> Unit = {}): CostTypes
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String