Interface StoreProductSelectionsChangedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
StoreProductSelectionsChangedMessagePayloadImpl

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()