Click or drag to resize
ProductSalesByAttributeReportSection Class
Contains sales data for a group of products with a common facet value.
Inheritance Hierarchy
SystemObject
  Apptus.ESales.Connector.ReportProductSalesByAttributeReportSection

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public class Section

The ProductSalesByAttributeReportSection type exposes the following members.

Constructors
  NameDescription
Public methodProductSalesByAttributeReportSection
Initializes a new instance of the ProductSalesByAttributeReportSection class
Top
Properties
  NameDescription
Public propertyAbandonedUnits
The total number of abandoned units for this group of products.
Public propertyDiscount
The total discount for this group of products.
Public propertyMargin
The total margin for this group of products.
Public propertyName
Name of the facet value for this group of products.
Public propertyPurchasedUnits
The total number of purchased units for this group of products.
Public propertyRevenue
The total revenue for this group of products.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also