Interface CartDiscountChangeRequiresDiscountCodeAction

All Superinterfaces:
CartDiscountUpdateAction, ResourceUpdateAction<CartDiscountUpdateAction>
All Known Implementing Classes:
CartDiscountChangeRequiresDiscountCodeActionImpl

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

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