Skip to main content

Class SaleSummaryItem

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SaleSummaryItem. Sale Summary item

Inheritance

objectSaleSummaryItem

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

SaleSummaryItem()

Default constructor - defaults any enum props to 0.

Properties

Amount

Total sale amount

Property Value

double

AmountInBaseCurrency

Sale amount converted to the base currency.

Property Value

double

Completed

The Completed state. NotStarted(1) or Completed(3) NULL if unknown enum value.

Property Value

ActivityStatus?

See Also

SaleSummaryItem.Completed_String

Completed_String

The Completed state. NotStarted(1) or Completed(3) Raw string enum value.

Property Value

string

See Also

SaleSummaryItem.Completed

Currency

Currency the sale amount is in.

Property Value

string

Heading

Sale heading (short description?)

Property Value

string

Probability

Probability of sale succeess in percent (0-100)

Property Value

short

Registered

Registered date

Property Value

DateTime

SaleDate

Expected sales date

Property Value

DateTime

SaleId

Primary key

Property Value

int

Status

The sale’s status, indicating whether the sale is open(1), sold(2) or lost(3). NULL if unknown enum value.

Property Value

SaleStatus?

See Also

SaleSummaryItem.Status_String

Status_String

The sale’s status, indicating whether the sale is open(1), sold(2) or lost(3). Raw string enum value.

Property Value

string

See Also

SaleSummaryItem.Status

See Also

SaleAgent