Package io.stigg.api.operations.fragment
Class SubscriptionFragment.Price
- java.lang.Object
-
- io.stigg.api.operations.fragment.SubscriptionFragment.Price
-
- Enclosing class:
- SubscriptionFragment
public static class SubscriptionFragment.Price extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description SubscriptionFragment.Price1pricejava.lang.DoubleusageLimit
-
Constructor Summary
Constructors Constructor Description Price(java.lang.Double usageLimit, SubscriptionFragment.Price1 price)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
usageLimit
public java.lang.Double usageLimit
-
price
public SubscriptionFragment.Price1 price
-
-
Constructor Detail
-
Price
public Price(java.lang.Double usageLimit, SubscriptionFragment.Price1 price)
-
-