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

    Interface CartDiscountSetValidFromAction

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setValidFrom"
    validFrom?: string

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