London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class SalesByDayReportingModel

The sales by day model for reports.

Inheritance
System.Object
SalesByDayReportingModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Reporting.Order.ReportingModels
Assembly: EPiServer.Commerce.Reporting.dll
Version: 13.30.0
Syntax
public class SalesByDayReportingModel

Constructors

SalesByDayReportingModel()

Declaration
public SalesByDayReportingModel()

Properties

Currency

The currency.

Declaration
public string Currency { get; set; }
Property Value
Type Description
System.String

Discounts

The discounts.

Declaration
public decimal Discounts { get; set; }
Property Value
Type Description
System.Decimal

ItemsOrdered

The number of items ordered.

Declaration
public decimal ItemsOrdered { get; set; }
Property Value
Type Description
System.Decimal

Market

The market.

Declaration
public string Market { get; set; }
Property Value
Type Description
System.String

NumberOfOrder

The number of order.

Declaration
public int NumberOfOrder { get; set; }
Property Value
Type Description
System.Int32

OrderCreated

The order created date.

Declaration
public DateTime OrderCreated { get; set; }
Property Value
Type Description
System.DateTime

Shipping

The shipping.

Declaration
public decimal Shipping { get; set; }
Property Value
Type Description
System.Decimal

SubTotal

The sub total.

Declaration
public decimal SubTotal { get; set; }
Property Value
Type Description
System.Decimal

Tax

The tax.

Declaration
public decimal Tax { get; set; }
Property Value
Type Description
System.Decimal

Total

The total.

Declaration
public decimal Total { get; set; }
Property Value
Type Description
System.Decimal