Interface ProductPriceModeSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface ProductPriceModeSetMessagePayload extends MessagePayload

Generated after a successful Set PriceMode update action.


Example to create an instance using the builder pattern

     ProductPriceModeSetMessagePayload productPriceModeSetMessagePayload = ProductPriceModeSetMessagePayload.builder()
             .to(ProductPriceModeEnum.EMBEDDED)
             .build()