Interface ProductPriceCustomFieldAddedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface ProductPriceCustomFieldAddedMessagePayload extends MessagePayload

Generated after adding a Custom Field to a Price using the Set Price CustomField update action.


Example to create an instance using the builder pattern

     ProductPriceCustomFieldAddedMessagePayload productPriceCustomFieldAddedMessagePayload = ProductPriceCustomFieldAddedMessagePayload.builder()
             .priceId("{priceId}")
             .variantId(0.3)
             .staged(true)
             .name("{name}")
             .build()