Interface ProductSelectionCreatedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface ProductSelectionCreatedMessagePayload extends MessagePayload

Generated after a successful Create Product Selection request.


Example to create an instance using the builder pattern

     ProductSelectionCreatedMessagePayload productSelectionCreatedMessagePayload = ProductSelectionCreatedMessagePayload.builder()
             .productSelection(productSelectionBuilder -> productSelectionBuilder)
             .build()