Interface ProductPriceKeySetMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
ProductPriceKeySetMessagePayloadImpl

Generated after a successful Set Price Key update action.


Example to create an instance using the builder pattern

     ProductPriceKeySetMessagePayload productPriceKeySetMessagePayload = ProductPriceKeySetMessagePayload.builder()
             .variantId(0.3)
             .staged(true)
             .build()