@gradientedge/commercetools-utils
    Preparing search index...

    Interface DiscountCodeChangeIsActiveAction

    interface DiscountCodeChangeIsActiveAction {
        action: "changeIsActive";
        isActive: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeIsActive"
    isActive: boolean

    New value to set. Set to true to activate the DiscountCode for all matching Discounts.