Get Cost Category Rule Rule
data class GetCostCategoryRuleRule(val ands: List<GetCostCategoryRuleRuleAnd>, val costCategories: List<GetCostCategoryRuleRuleCostCategory>, val dimensions: List<GetCostCategoryRuleRuleDimension>, val nots: List<GetCostCategoryRuleRuleNot>, val ors: List<GetCostCategoryRuleRuleOr>, val tags: List<GetCostCategoryRuleRuleTag>)
Constructors
Link copied to clipboard
fun GetCostCategoryRuleRule(ands: List<GetCostCategoryRuleRuleAnd>, costCategories: List<GetCostCategoryRuleRuleCostCategory>, dimensions: List<GetCostCategoryRuleRuleDimension>, nots: List<GetCostCategoryRuleRuleNot>, ors: List<GetCostCategoryRuleRuleOr>, tags: List<GetCostCategoryRuleRuleTag>)