Interface ProductPriceDiscountsSetUpdatedPrice


public interface ProductPriceDiscountsSetUpdatedPrice

Details about an Embedded Price that was updated due to a Discount. Specific to Product Price Discounts Set Message.


Example to create an instance using the builder pattern

     ProductPriceDiscountsSetUpdatedPrice productPriceDiscountsSetUpdatedPrice = ProductPriceDiscountsSetUpdatedPrice.builder()
             .variantId(1)
             .priceId("{priceId}")
             .staged(true)
             .build()