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

    Interface DiscountCodeSetValidFromAction

    interface DiscountCodeSetValidFromAction {
        action: "setValidFrom";
        validFrom?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setValidFrom"
    validFrom?: string

    Value to set that must be earlier than validUntil. If empty, any existing value will be removed.