Generated after a successful Set Valid To update action.

interface StagedQuoteValidToSetMessagePayload {
    type: "StagedQuoteValidToSet";
    validTo: string;
}

Properties

Properties

type: "StagedQuoteValidToSet"
validTo: string

Expiration date for the Staged Quote after the Set Valid To update action.

Generated using TypeDoc