Interface ProductTailoringDescriptionSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface ProductTailoringDescriptionSetMessagePayload extends MessagePayload

Generated after a successful Product Tailoring Set Description update action.


Example to create an instance using the builder pattern

     ProductTailoringDescriptionSetMessagePayload productTailoringDescriptionSetMessagePayload = ProductTailoringDescriptionSetMessagePayload.builder()
             .store(storeBuilder -> storeBuilder)
             .product(productBuilder -> productBuilder)
             .build()