Package io.stigg.api.operations.fragment
Class CustomerPortalSubscriptionPriceFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.CustomerPortalSubscriptionPriceFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class CustomerPortalSubscriptionPriceFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomerPortalSubscriptionPriceFragment.Featurestatic classCustomerPortalSubscriptionPriceFragment.Price
-
Field Summary
Fields Modifier and Type Field Description BillingModelbillingModelBillingPeriodbillingPeriodCustomerPortalSubscriptionPriceFragment.FeaturefeatureCustomerPortalSubscriptionPriceFragment.Priceprice
-
Constructor Summary
Constructors Constructor Description CustomerPortalSubscriptionPriceFragment(BillingPeriod billingPeriod, BillingModel billingModel, CustomerPortalSubscriptionPriceFragment.Price price, CustomerPortalSubscriptionPriceFragment.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
-
billingPeriod
public BillingPeriod billingPeriod
-
billingModel
public BillingModel billingModel
-
price
public CustomerPortalSubscriptionPriceFragment.Price price
-
feature
public CustomerPortalSubscriptionPriceFragment.Feature feature
-
-
Constructor Detail
-
CustomerPortalSubscriptionPriceFragment
public CustomerPortalSubscriptionPriceFragment(BillingPeriod billingPeriod, BillingModel billingModel, CustomerPortalSubscriptionPriceFragment.Price price, CustomerPortalSubscriptionPriceFragment.Feature feature)
-
-