Contains sales data for one product (or variant).
Inheritance Hierarchy
Apptus.ESales.Connector.ReportProductTopSellersReportSection
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax
C#
public class Section
The ProductTopSellersReportSection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ProductTopSellersReportSection | Initializes a new instance of the ProductTopSellersReportSection class |
Properties
Name | Description | |
---|---|---|
![]() | AbandonedUnits |
The total number of abandoned units of this product (or variant).
|
![]() | Discount |
The total discount for this product (or variant).
|
![]() | Margin |
The total margin for this product (or variant).
|
![]() | ProductKey |
The product key of this product (or variant).
|
![]() | PurchasedUnits |
The total number of purchased units of this product (or variant).
|
![]() | Rank |
The rank of this product (or variant).
|
![]() | Revenue |
The total revenue for this product (or variant).
|
![]() | VariantKey |
The variant key if this is a variant, otherwise null.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also