Interface ProductPriceCustomFieldsRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface ProductPriceCustomFieldsRemovedMessagePayload extends MessagePayload

Generated after removing a Custom Type from a Price using the Set Price Custom Type update action.


Example to create an instance using the builder pattern

     ProductPriceCustomFieldsRemovedMessagePayload productPriceCustomFieldsRemovedMessagePayload = ProductPriceCustomFieldsRemovedMessagePayload.builder()
             .priceId("{priceId}")
             .variantId(0.3)
             .staged(true)
             .build()