interface IndividualProductSelectionType {
    name: LocalizedString;
    type: "individual";
}

Properties

Properties

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

type: "individual"

Generated using TypeDoc