ProductTopSellersReportSection Constructor A Sandcastle Documented Class Library

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public Section(
	int rank,
	string productKey,
	string variantKey,
	double discount,
	int purchasedUnits,
	int abandonedUnits,
	double revenue,
	double margin
)

Parameters

rank
Type: SystemInt32
productKey
Type: SystemString
variantKey
Type: SystemString
discount
Type: SystemDouble
purchasedUnits
Type: SystemInt32
abandonedUnits
Type: SystemInt32
revenue
Type: SystemDouble
margin
Type: SystemDouble
See Also

Reference