Interface IndividualExclusionProductSelectionType

interface IndividualExclusionProductSelectionType {
    name: LocalizedString;
    type: "individualExclusion";
}

Properties

Properties

The name of the ProductSelection which is recommended to be unique.

type: "individualExclusion"

Generated using TypeDoc