Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class QuoteVersionStatusInformation : Carrier
public QuoteVersionStatusInformation()
public virtual string DisplayMessage { get; set; }
public virtual string DisplayTooltip { get; set; }
public virtual string IconHint { get; set; }
[JsonIgnore] public QuoteStatus? Status { get; set; }
[JsonProperty("Status")] public string Status_String { get; set; }
Was this page helpful?