Class StoreTreeStats
- Namespace
- Rescope.Commerce.Core.Models
- Assembly
- Rescope.Commerce.Core.dll
public class StoreTreeStats
- Inheritance
-
StoreTreeStats
- Inherited Members
-
Properties
Countries
public int Countries { get; set; }
Property Value
- int
Currencies
public int Currencies { get; set; }
Property Value
- int
Name
public string Name { get; set; }
Property Value
- string
Orders
public int Orders { get; set; }
Property Value
- int
PaymentMethods
public int PaymentMethods { get; set; }
Property Value
- int
ShippingMethods
public int ShippingMethods { get; set; }
Property Value
- int
StoreId
public Guid StoreId { get; set; }
Property Value
- Guid
Subscriptions
public int Subscriptions { get; set; }
Property Value
- int
TaxRates
public int TaxRates { get; set; }
Property Value
- int