Class ProductPriceDiscountsSetUpdatedPriceBuilder

java.lang.Object
com.commercetools.api.models.message.ProductPriceDiscountsSetUpdatedPriceBuilder
All Implemented Interfaces:
Builder<ProductPriceDiscountsSetUpdatedPrice>

public class ProductPriceDiscountsSetUpdatedPriceBuilder extends Object implements Builder<ProductPriceDiscountsSetUpdatedPrice>
ProductPriceDiscountsSetUpdatedPriceBuilder
Example to create an instance using the builder pattern

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