Class DiscountCodeSetCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.discount_code.DiscountCodeSetCustomTypeActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<DiscountCodeSetCustomTypeAction>

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

     DiscountCodeSetCustomTypeAction discountCodeSetCustomTypeAction = DiscountCodeSetCustomTypeAction.builder()
             .build()