Get Cost Category Rule
data class GetCostCategoryRule(val inheritedValues: List<GetCostCategoryRuleInheritedValue>, val rules: List<GetCostCategoryRuleRule>, val type: String, val value: String)
Constructors
Link copied to clipboard
constructor(inheritedValues: List<GetCostCategoryRuleInheritedValue>, rules: List<GetCostCategoryRuleRule>, type: String, value: String)