Interface IndividualProductSelectionType

All Superinterfaces:
ProductSelectionType
All Known Implementing Classes:
IndividualProductSelectionTypeImpl

Deprecated.
IndividualProductSelectionType
Example to create an instance using the builder pattern

     IndividualProductSelectionType individualProductSelectionType = IndividualProductSelectionType.builder()
             .name(nameBuilder -> nameBuilder)
             .build()