Class ProductDiscountValueRelativeBuilder

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

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

     ProductDiscountValueRelative productDiscountValueRelative = ProductDiscountValueRelative.builder()
             .permyriad(0.3)
             .build()