Interface ProductSelectionSetting

All Known Implementing Classes:
ProductSelectionSettingImpl

public interface ProductSelectionSetting
ProductSelectionSetting
Example to create an instance using the builder pattern

     ProductSelectionSetting productSelectionSetting = ProductSelectionSetting.builder()
             .productSelection(productSelectionBuilder -> productSelectionBuilder)
             .active(true)
             .build()