Interface ProductPriceModeSetMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
ProductPriceModeSetMessagePayloadImpl

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