interface PricingRuleTarget {
    types?: string[];
    view?: string[];
}

Properties

Properties

types?: string[]
view?: string[]