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 SaleTypeStageLink : Carrier
public SaleTypeStageLink()
public virtual int ProbId { get; set; }
public virtual string ProbName { get; set; }
public virtual string ProbTooltip { get; set; }
public virtual short Probability { get; set; }
public virtual int SaleTypeId { get; set; }
public virtual string SaleTypeName { get; set; }
public virtual int SaleTypeStageLinkId { get; set; }
public virtual string SaleTypeTooltip { get; set; }