Package io.stigg.api.operations.fragment
Class CustomerStatisticsFragment.ActiveSubscriptionsByPricingType
- java.lang.Object
-
- io.stigg.api.operations.fragment.CustomerStatisticsFragment.ActiveSubscriptionsByPricingType
-
- Enclosing class:
- CustomerStatisticsFragment
public static class CustomerStatisticsFragment.ActiveSubscriptionsByPricingType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description PricingTypepricingTypejava.lang.DoubletotalCount
-
Constructor Summary
Constructors Constructor Description ActiveSubscriptionsByPricingType(PricingType pricingType, java.lang.Double totalCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
pricingType
public PricingType pricingType
-
totalCount
public java.lang.Double totalCount
-
-
Constructor Detail
-
ActiveSubscriptionsByPricingType
public ActiveSubscriptionsByPricingType(PricingType pricingType, java.lang.Double totalCount)
-
-