MarkupRuleType
Indicates what type of value is the markup, by percentage or is an import.
enum MarkupRuleType {
  PERCENT
  IMPORT
}
Valuesโ
MarkupRuleType.PERCENTโ
Indicates the percentage applied by a rule.
MarkupRuleType.IMPORTโ
Indicates the exact amount applied by a rule.
Member Ofโ
Rule  object