ProductSalesByAttributeReportSection Constructor |
Namespace:
Apptus.ESales.Connector.Report
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntaxpublic Section(
string name,
double discount,
int purchasedUnits,
int abandonedUnits,
double revenue,
double margin
)
Parameters
- name
- Type: SystemString
- discount
- Type: SystemDouble
- purchasedUnits
- Type: SystemInt32
- abandonedUnits
- Type: SystemInt32
- revenue
- Type: SystemDouble
- margin
- Type: SystemDouble
See Also