Cost Category Rule
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)