Interface ProductPriceKeySetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface ProductPriceKeySetMessagePayload extends MessagePayload

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