rules property

List<CostCategoryRule> rules
final

Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.

Implementation

final List<CostCategoryRule> rules;