Interface ProductPricesSetMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
ProductPricesSetMessagePayloadImpl

Generated after a successful Set Embedded Prices update action.


Example to create an instance using the builder pattern

     ProductPricesSetMessagePayload productPricesSetMessagePayload = ProductPricesSetMessagePayload.builder()
             .variantId(0.3)
             .plusPrices(pricesBuilder -> pricesBuilder)
             .staged(true)
             .build()