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

    Interface DiscountCodeSetValidFromAndUntilAction

    interface DiscountCodeSetValidFromAndUntilAction {
        action: "setValidFromAndUntil";
        validFrom?: string;
        validUntil?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setValidFromAndUntil"
    validFrom?: string

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

    validUntil?: string

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