Class ProductDiscountValueRelativeDraftBuilder

java.lang.Object
com.commercetools.api.models.product_discount.ProductDiscountValueRelativeDraftBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ProductDiscountValueRelativeDraft>

public class ProductDiscountValueRelativeDraftBuilder extends Object implements io.vrap.rmf.base.client.Builder<ProductDiscountValueRelativeDraft>
ProductDiscountValueRelativeDraftBuilder
Example to create an instance using the builder pattern

     ProductDiscountValueRelativeDraft productDiscountValueRelativeDraft = ProductDiscountValueRelativeDraft.builder()
             .permyriad(0.3)
             .build()