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

    Interface DiscountCodeSetKeyAction

    This action generates a DiscountCodeKeySet Message.

    interface DiscountCodeSetKeyAction {
        action: "setKey";
        key?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setKey"
    key?: string

    Unique value to set. If empty, any existing value will be removed.