Class ProductDiscountValueExternalDraftBuilder

java.lang.Object
com.commercetools.api.models.product_discount.ProductDiscountValueExternalDraftBuilder
All Implemented Interfaces:
Builder<ProductDiscountValueExternalDraft>

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

     ProductDiscountValueExternalDraft productDiscountValueExternalDraft = ProductDiscountValueExternalDraft.builder()
             .build()