Interface ProductSelectionType

All Known Subinterfaces:
IndividualExclusionProductSelectionType, IndividualProductSelectionType
All Known Implementing Classes:
IndividualExclusionProductSelectionTypeImpl, IndividualProductSelectionTypeImpl, ProductSelectionTypeImpl

Deprecated.
ProductSelectionType
Example to create a subtype instance using the builder pattern

     ProductSelectionType productSelectionType = ProductSelectionType.individualExclusionBuilder()
             name(nameBuilder -> nameBuilder)
             .build()