Interface ProductVariantSelectionIncludeAllExcept

All Superinterfaces:
ProductVariantSelection

public interface ProductVariantSelectionIncludeAllExcept extends ProductVariantSelection

All Product Variants except the explicitly stated SKUs are part of the Product Selection.


Example to create an instance using the builder pattern

     ProductVariantSelectionIncludeAllExcept productVariantSelectionIncludeAllExcept = ProductVariantSelectionIncludeAllExcept.builder()
             .plusSkus(skusBuilder -> skusBuilder)
             .build()