StoreStatsDto
public class StoreStatsDto
Namespace
Constructors
StoreStatsDto
The default constructor.
public StoreStatsDto()
Properties
TotalAuthorizedOrders
public long TotalAuthorizedOrders { get; set; }
TotalCapturedOrders
public long TotalCapturedOrders { get; set; }
TotalErroredOrders
public long TotalErroredOrders { get; set; }
TotalNewOrders
public long TotalNewOrders { get; set; }
TotalOrders
public long TotalOrders { get; set; }
TotalRefundedOrders
public long TotalRefundedOrders { get; set; }
TotalRevenue
public string TotalRevenue { get; set; }