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

Properties

Properties

action: "setValidUntil"
validUntil?: string

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

Generated using TypeDoc