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 SaleSummaryItem
public SaleSummaryItem()
public virtual double Amount { get; set; }
public virtual double AmountInBaseCurrency { get; set; }
[JsonIgnore] public ActivityStatus? Completed { get; set; }
[JsonProperty("Completed")] public string Completed_String { get; set; }
public virtual string Currency { get; set; }
public virtual string Heading { get; set; }
public virtual short Probability { get; set; }
public virtual DateTime Registered { get; set; }
public virtual DateTime SaleDate { get; set; }
public virtual int SaleId { get; set; }
[JsonIgnore] public SaleStatus? Status { get; set; }
[JsonProperty("Status")] public string Status_String { get; set; }
Was this page helpful?