Package io.stigg.api.operations.fragment
Class PaywallCalculatedPricePointsFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.PaywallCalculatedPricePointsFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class PaywallCalculatedPricePointsFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaywallCalculatedPricePointsFragment.Feature
-
Field Summary
Fields Modifier and Type Field Description java.lang.BooleanadditionalChargesMayApplyjava.lang.Doubleamountjava.lang.StringbillingCountryCodeBillingPeriodbillingPeriodCurrencycurrencyPaywallCalculatedPricePointsFragment.Featurefeaturejava.lang.StringplanId
-
Constructor Summary
Constructors Constructor Description PaywallCalculatedPricePointsFragment(java.lang.String planId, java.lang.Boolean additionalChargesMayApply, BillingPeriod billingPeriod, java.lang.Double amount, Currency currency, java.lang.String billingCountryCode, PaywallCalculatedPricePointsFragment.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
-
planId
public java.lang.String planId
-
additionalChargesMayApply
public java.lang.Boolean additionalChargesMayApply
-
billingPeriod
public BillingPeriod billingPeriod
-
amount
public java.lang.Double amount
-
currency
public Currency currency
-
billingCountryCode
public java.lang.String billingCountryCode
-
feature
public PaywallCalculatedPricePointsFragment.Feature feature
-
-
Constructor Detail
-
PaywallCalculatedPricePointsFragment
public PaywallCalculatedPricePointsFragment(java.lang.String planId, java.lang.Boolean additionalChargesMayApply, BillingPeriod billingPeriod, java.lang.Double amount, Currency currency, java.lang.String billingCountryCode, PaywallCalculatedPricePointsFragment.Feature feature)
-
-