Cost Category Rule Rule
data class CostCategoryRuleRule(val ands: List<CostCategoryRuleRuleAnd>? = null, val costCategory: CostCategoryRuleRuleCostCategory? = null, val dimension: CostCategoryRuleRuleDimension? = null, val not: CostCategoryRuleRuleNot? = null, val ors: List<CostCategoryRuleRuleOr>? = null, val tags: CostCategoryRuleRuleTags? = null)
Constructors
Link copied to clipboard
fun CostCategoryRuleRule(ands: List<CostCategoryRuleRuleAnd>? = null, costCategory: CostCategoryRuleRuleCostCategory? = null, dimension: CostCategoryRuleRuleDimension? = null, not: CostCategoryRuleRuleNot? = null, ors: List<CostCategoryRuleRuleOr>? = null, tags: CostCategoryRuleRuleTags? = null)