Skip to main content

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