interface StagedQuoteSetValidToAction {
    action: "setValidTo";
    validTo?: string;
}

Properties

Properties

action: "setValidTo"
validTo?: string

If validTo is absent or null, this field will be removed if it exists.

Generated using TypeDoc