Package io.stigg.api.operations.fragment
Class CustomerPortalFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.CustomerPortalFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class CustomerPortalFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomerPortalFragment.BillingInformationstatic classCustomerPortalFragment.Configurationstatic classCustomerPortalFragment.Entitlementstatic classCustomerPortalFragment.PromotionalEntitlementstatic classCustomerPortalFragment.Resourcestatic classCustomerPortalFragment.Subscription
-
Field Summary
Fields Modifier and Type Field Description CustomerPortalFragment.BillingInformationbillingInformationjava.lang.StringbillingPortalUrljava.lang.BooleancanUpgradeSubscriptionCustomerPortalFragment.Configurationconfigurationjava.util.List<CustomerPortalFragment.Entitlement>entitlementsjava.util.List<CustomerPortalFragment.PromotionalEntitlement>promotionalEntitlementsCustomerPortalFragment.Resourceresourcejava.lang.BooleanshowWatermarkjava.util.List<CustomerPortalFragment.Subscription>subscriptions
-
Constructor Summary
Constructors Constructor Description CustomerPortalFragment(java.util.List<CustomerPortalFragment.Subscription> subscriptions, java.util.List<CustomerPortalFragment.Entitlement> entitlements, java.util.List<CustomerPortalFragment.PromotionalEntitlement> promotionalEntitlements, CustomerPortalFragment.BillingInformation billingInformation, java.lang.Boolean showWatermark, java.lang.String billingPortalUrl, java.lang.Boolean canUpgradeSubscription, CustomerPortalFragment.Configuration configuration, CustomerPortalFragment.Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
subscriptions
public java.util.List<CustomerPortalFragment.Subscription> subscriptions
-
entitlements
public java.util.List<CustomerPortalFragment.Entitlement> entitlements
-
promotionalEntitlements
public java.util.List<CustomerPortalFragment.PromotionalEntitlement> promotionalEntitlements
-
billingInformation
public CustomerPortalFragment.BillingInformation billingInformation
-
showWatermark
public java.lang.Boolean showWatermark
-
billingPortalUrl
public java.lang.String billingPortalUrl
-
canUpgradeSubscription
public java.lang.Boolean canUpgradeSubscription
-
configuration
public CustomerPortalFragment.Configuration configuration
-
resource
public CustomerPortalFragment.Resource resource
-
-
Constructor Detail
-
CustomerPortalFragment
public CustomerPortalFragment(java.util.List<CustomerPortalFragment.Subscription> subscriptions, java.util.List<CustomerPortalFragment.Entitlement> entitlements, java.util.List<CustomerPortalFragment.PromotionalEntitlement> promotionalEntitlements, CustomerPortalFragment.BillingInformation billingInformation, java.lang.Boolean showWatermark, java.lang.String billingPortalUrl, java.lang.Boolean canUpgradeSubscription, CustomerPortalFragment.Configuration configuration, CustomerPortalFragment.Resource resource)
-
-