Interface ProductPriceDiscountsSetUpdatedPrice

All Known Implementing Classes:
ProductPriceDiscountsSetUpdatedPriceImpl

Details about a Embedded Price that was updated due to a Discount. Specific to ProductPriceDiscountsSet Message.


Example to create an instance using the builder pattern

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