Get Cost Category Rule Rule Or
    data class GetCostCategoryRuleRuleOr(val ands: List<GetCostCategoryRuleRuleOrAnd>, val costCategories: List<GetCostCategoryRuleRuleOrCostCategory>, val dimensions: List<GetCostCategoryRuleRuleOrDimension>, val nots: List<GetCostCategoryRuleRuleOrNot>, val ors: List<GetCostCategoryRuleRuleOrOr>, val tags: List<GetCostCategoryRuleRuleOrTag>)
Constructors
Link copied to clipboard
                fun GetCostCategoryRuleRuleOr(ands: List<GetCostCategoryRuleRuleOrAnd>, costCategories: List<GetCostCategoryRuleRuleOrCostCategory>, dimensions: List<GetCostCategoryRuleRuleOrDimension>, nots: List<GetCostCategoryRuleRuleOrNot>, ors: List<GetCostCategoryRuleRuleOrOr>, tags: List<GetCostCategoryRuleRuleOrTag>)