public class SalesStats
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SalesStats.Options
This enum represents the possible options for the shop-API query.
|
Modifier and Type | Method and Description |
---|---|
int |
getLast24hrs()
Gets the sales made within the last 24 hours.
|
int |
getSaleVelocityPerSeconds()
Gets the sale rate, aka the average amount of sales in a second.
|
int |
getTotal()
Gets the total amount of sales over time.
|
public int getTotal()
public int getLast24hrs()
public int getSaleVelocityPerSeconds()