Interface CartDiscountChangeRequiresDiscountCodeAction

All Superinterfaces:
CartDiscountUpdateAction, ResourceUpdateAction<CartDiscountUpdateAction>

public interface CartDiscountChangeRequiresDiscountCodeAction extends CartDiscountUpdateAction
CartDiscountChangeRequiresDiscountCodeAction
Example to create an instance using the builder pattern

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