CostCategoryRule

data class CostCategoryRule(val inheritedValue: CostCategoryRuleInheritedValue? = null, val rule: CostCategoryRuleRule? = null, val type: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(inheritedValue: CostCategoryRuleInheritedValue? = null, rule: CostCategoryRuleRule? = null, type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration block for the value the line item is categorized as if the line item contains the matched dimension. See below.

Link copied to clipboard

Configuration block for the Expression object used to categorize costs. See below.

Link copied to clipboard
val type: String? = null

You can define the CostCategoryRule rule type as either REGULAR or INHERITED_VALUE.

Link copied to clipboard
val value: String? = null

Default value for the cost category.