Class SalesByDayReportingModel
The sales by day model for reports.
Inheritance
System.Object
SalesByDayReportingModel
Namespace: EPiServer.Commerce.Reporting.Order.ReportingModels
Assembly: EPiServer.Commerce.Reporting.dll
Version: 14.26.0Syntax
public class SalesByDayReportingModel : Object
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 |
Site
The site.
Declaration
public string Site { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |