Package io.stigg.api.operations.fragment
Class PriceTierFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.PriceTierFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class PriceTierFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPriceTierFragment.FlatPricestatic classPriceTierFragment.UnitPrice
-
Field Summary
Fields Modifier and Type Field Description PriceTierFragment.FlatPriceflatPricePriceTierFragment.UnitPriceunitPricejava.lang.DoubleupTo
-
Constructor Summary
Constructors Constructor Description PriceTierFragment(java.lang.Double upTo, PriceTierFragment.UnitPrice unitPrice, PriceTierFragment.FlatPrice flatPrice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
upTo
public java.lang.Double upTo
-
unitPrice
public PriceTierFragment.UnitPrice unitPrice
-
flatPrice
public PriceTierFragment.FlatPrice flatPrice
-
-
Constructor Detail
-
PriceTierFragment
public PriceTierFragment(java.lang.Double upTo, PriceTierFragment.UnitPrice unitPrice, PriceTierFragment.FlatPrice flatPrice)
-
-