Package io.stigg.api.operations.fragment
Class PriceFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.PriceFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class PriceFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPriceFragment.Featurestatic classPriceFragment.Pricestatic classPriceFragment.Tier
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringbillingCountryCodejava.lang.StringbillingIdBillingModelbillingModelBillingPeriodbillingPeriodPriceFragment.Featurefeaturejava.lang.DoublemaxUnitQuantityjava.lang.DoubleminUnitQuantityPriceFragment.Pricepricejava.util.List<PriceFragment.Tier>tiersTiersModetiersMode
-
Constructor Summary
Constructors Constructor Description PriceFragment(BillingModel billingModel, BillingPeriod billingPeriod, java.lang.String billingId, java.lang.Double minUnitQuantity, java.lang.Double maxUnitQuantity, java.lang.String billingCountryCode, PriceFragment.Price price, TiersMode tiersMode, java.util.List<PriceFragment.Tier> tiers, PriceFragment.Feature feature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
billingModel
public BillingModel billingModel
-
billingPeriod
public BillingPeriod billingPeriod
-
billingId
public java.lang.String billingId
-
minUnitQuantity
public java.lang.Double minUnitQuantity
-
maxUnitQuantity
public java.lang.Double maxUnitQuantity
-
billingCountryCode
public java.lang.String billingCountryCode
-
price
public PriceFragment.Price price
-
tiersMode
public TiersMode tiersMode
-
tiers
public java.util.List<PriceFragment.Tier> tiers
-
feature
public PriceFragment.Feature feature
-
-
Constructor Detail
-
PriceFragment
public PriceFragment(BillingModel billingModel, BillingPeriod billingPeriod, java.lang.String billingId, java.lang.Double minUnitQuantity, java.lang.Double maxUnitQuantity, java.lang.String billingCountryCode, PriceFragment.Price price, TiersMode tiersMode, java.util.List<PriceFragment.Tier> tiers, PriceFragment.Feature feature)
-
-