Package io.stigg.api.operations.fragment
Class SubscriptionFragment.Addon
- java.lang.Object
-
- io.stigg.api.operations.fragment.SubscriptionFragment.Addon
-
- Enclosing class:
- SubscriptionFragment
public static class SubscriptionFragment.Addon extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description SubscriptionFragment.Addon1addonjava.lang.Stringidjava.lang.Doublequantity
-
Constructor Summary
Constructors Constructor Description Addon(java.lang.String id, java.lang.Double quantity, SubscriptionFragment.Addon1 addon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
id
public java.lang.String id
-
quantity
public java.lang.Double quantity
-
addon
public SubscriptionFragment.Addon1 addon
-
-
Constructor Detail
-
Addon
public Addon(java.lang.String id, java.lang.Double quantity, SubscriptionFragment.Addon1 addon)
-
-