Package io.stigg.api.operations.fragment
Class CheckoutStateFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.CheckoutStateFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class CheckoutStateFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCheckoutStateFragment.ActiveSubscriptionstatic classCheckoutStateFragment.BillingIntegrationstatic classCheckoutStateFragment.Configurationstatic classCheckoutStateFragment.Credentialsstatic classCheckoutStateFragment.Customerstatic classCheckoutStateFragment.Planstatic classCheckoutStateFragment.Resource
-
Field Summary
Fields Modifier and Type Field Description CheckoutStateFragment.ActiveSubscriptionactiveSubscriptionCheckoutStateFragment.BillingIntegrationbillingIntegrationCheckoutStateFragment.ConfigurationconfigurationCheckoutStateFragment.CustomercustomerCheckoutStateFragment.PlanplanCheckoutStateFragment.Resourceresourcejava.lang.StringsetupSecret
-
Constructor Summary
Constructors Constructor Description CheckoutStateFragment(CheckoutStateFragment.Configuration configuration, java.lang.String setupSecret, CheckoutStateFragment.Customer customer, CheckoutStateFragment.ActiveSubscription activeSubscription, CheckoutStateFragment.Resource resource, CheckoutStateFragment.Plan plan, CheckoutStateFragment.BillingIntegration billingIntegration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
configuration
public CheckoutStateFragment.Configuration configuration
-
setupSecret
public java.lang.String setupSecret
-
customer
public CheckoutStateFragment.Customer customer
-
activeSubscription
public CheckoutStateFragment.ActiveSubscription activeSubscription
-
resource
public CheckoutStateFragment.Resource resource
-
plan
public CheckoutStateFragment.Plan plan
-
billingIntegration
public CheckoutStateFragment.BillingIntegration billingIntegration
-
-
Constructor Detail
-
CheckoutStateFragment
public CheckoutStateFragment(CheckoutStateFragment.Configuration configuration, java.lang.String setupSecret, CheckoutStateFragment.Customer customer, CheckoutStateFragment.ActiveSubscription activeSubscription, CheckoutStateFragment.Resource resource, CheckoutStateFragment.Plan plan, CheckoutStateFragment.BillingIntegration billingIntegration)
-
-