Package io.stigg.api.operations.fragment
Class PaywallFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.PaywallFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class PaywallFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaywallFragment.ActiveSubscriptionstatic classPaywallFragment.Configurationstatic classPaywallFragment.Currencystatic classPaywallFragment.Customerstatic classPaywallFragment.PaywallCalculatedPricePointstatic classPaywallFragment.Planstatic classPaywallFragment.Resource
-
Field Summary
Fields Modifier and Type Field Description java.util.List<PaywallFragment.ActiveSubscription>activeSubscriptionsPaywallFragment.ConfigurationconfigurationPaywallFragment.CurrencycurrencyPaywallFragment.Customercustomerjava.util.List<PaywallFragment.PaywallCalculatedPricePoint>paywallCalculatedPricePointsjava.util.List<PaywallFragment.Plan>plansPaywallFragment.Resourceresource
-
Constructor Summary
Constructors Constructor Description PaywallFragment(java.util.List<PaywallFragment.Plan> plans, PaywallFragment.Currency currency, PaywallFragment.Configuration configuration, PaywallFragment.Customer customer, java.util.List<PaywallFragment.ActiveSubscription> activeSubscriptions, PaywallFragment.Resource resource, java.util.List<PaywallFragment.PaywallCalculatedPricePoint> paywallCalculatedPricePoints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
plans
public java.util.List<PaywallFragment.Plan> plans
-
currency
public PaywallFragment.Currency currency
-
configuration
public PaywallFragment.Configuration configuration
-
customer
public PaywallFragment.Customer customer
-
activeSubscriptions
public java.util.List<PaywallFragment.ActiveSubscription> activeSubscriptions
-
resource
public PaywallFragment.Resource resource
-
paywallCalculatedPricePoints
public java.util.List<PaywallFragment.PaywallCalculatedPricePoint> paywallCalculatedPricePoints
-
-
Constructor Detail
-
PaywallFragment
public PaywallFragment(java.util.List<PaywallFragment.Plan> plans, PaywallFragment.Currency currency, PaywallFragment.Configuration configuration, PaywallFragment.Customer customer, java.util.List<PaywallFragment.ActiveSubscription> activeSubscriptions, PaywallFragment.Resource resource, java.util.List<PaywallFragment.PaywallCalculatedPricePoint> paywallCalculatedPricePoints)
-
-