Interface DiscountGroupSetIsActiveAction

All Superinterfaces:
DiscountGroupUpdateAction

public interface DiscountGroupSetIsActiveAction extends DiscountGroupUpdateAction

This action generates the DiscountGroupIsActiveSet Message.

If the limit for active Discount Groups has been reached, a MaxDiscountGroupsReached error is returned.


Example to create an instance using the builder pattern

     DiscountGroupSetIsActiveAction discountGroupSetIsActiveAction = DiscountGroupSetIsActiveAction.builder()
             .isActive(true)
             .build()