interface CartDiscountSetValidUntilAction {
    action: "setValidUntil";
    validUntil?: string;
}

Properties

Properties

action: "setValidUntil"
validUntil?: string

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

Generated using TypeDoc