Interface StoreProductSelectionsChangedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface StoreProductSelectionsChangedMessagePayload extends MessagePayload

Generated by a successful Add Product Selection, Remove Product Selection, Set Product Selections, or Change Product Selections Active update action.


Example to create an instance using the builder pattern

     StoreProductSelectionsChangedMessagePayload storeProductSelectionsChangedMessagePayload = StoreProductSelectionsChangedMessagePayload.builder()
             .build()