Interface CartDiscountChangeIsActiveAction

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

CartDiscountChangeIsActiveAction
Example to create an instance using the builder pattern

     CartDiscountChangeIsActiveAction cartDiscountChangeIsActiveAction = CartDiscountChangeIsActiveAction.builder()
             .isActive(true)
             .build()