public static class ProductTopSellersReport.Section extends Object
ProductTopSellersReport
Contains sales data for one product (or variant).Constructor | Description |
---|---|
Section(int rank,
String productKey,
String variantKey,
double discount,
int purchasedUnits,
int abandonedUnits,
double revenue,
double margin) |
Modifier and Type | Method | Description |
---|---|---|
int |
abandonedUnits() |
|
double |
discount() |
|
double |
margin() |
|
String |
productKey() |
|
int |
purchasedUnits() |
|
int |
rank() |
|
double |
revenue() |
|
String |
variantKey() |
public int rank()
public String productKey()
public String variantKey()
public double discount()
public int purchasedUnits()
public int abandonedUnits()
public double revenue()
public double margin()
Copyright © 2020 Apptus Technologies AB. All rights reserved.