Interface ProductPriceRemovedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
ProductPriceRemovedMessagePayloadImpl

Generated after a successful Remove Embedded Price update action.


Example to create an instance using the builder pattern

     ProductPriceRemovedMessagePayload productPriceRemovedMessagePayload = ProductPriceRemovedMessagePayload.builder()
             .variantId(0.3)
             .price(priceBuilder -> priceBuilder)
             .staged(true)
             .build()