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

    Interface DiscountGroupSetKeyAction

    Setting a key generates the DiscountGroupKeySet Message.

    interface DiscountGroupSetKeyAction {
        action: "setKey";
        key: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setKey"
    key: string

    New value to set.