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 WorkflowStepCreateSale : WorkflowStepBase
public WorkflowStepCreateSale()
public virtual int ActionTime { get; set; }
[JsonIgnore] public WorkflowTimeWaitIntervalType? ActionTimeUnit { get; set; }
[JsonProperty("ActionTimeUnit")] public string ActionTimeUnit_String { get; set; }
[JsonIgnore] public WorkflowActionType? ActionType { get; set; }
[JsonProperty("ActionType")] public string ActionType_String { get; set; }
public virtual double Amount { get; set; }
public virtual int Currency { get; set; }
public virtual DateTime Date { get; set; }
public virtual string Description { get; set; }
public virtual int Owner { get; set; }
public virtual int Project { get; set; }
public virtual int SaleType { get; set; }
public virtual int Source { get; set; }
public virtual int Stage { get; set; }
public virtual string Title { get; set; }
Was this page helpful?