Class CartDiscountChangeRequiresDiscountCodeActionBuilder

java.lang.Object
com.commercetools.api.models.cart_discount.CartDiscountChangeRequiresDiscountCodeActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<CartDiscountChangeRequiresDiscountCodeAction>

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

     CartDiscountChangeRequiresDiscountCodeAction cartDiscountChangeRequiresDiscountCodeAction = CartDiscountChangeRequiresDiscountCodeAction.builder()
             .requiresDiscountCode(true)
             .build()