Interface ProductPriceCustomFieldRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface ProductPriceCustomFieldRemovedMessagePayload extends MessagePayload

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


Example to create an instance using the builder pattern

     ProductPriceCustomFieldRemovedMessagePayload productPriceCustomFieldRemovedMessagePayload = ProductPriceCustomFieldRemovedMessagePayload.builder()
             .priceId("{priceId}")
             .variantId(0.3)
             .staged(true)
             .name("{name}")
             .build()