Package io.stigg.api.operations.fragment
Class CustomerPortalSubscriptionScheduledUpdateDataFragment.ScheduleVariables
- java.lang.Object
-
- io.stigg.api.operations.fragment.CustomerPortalSubscriptionScheduledUpdateDataFragment.ScheduleVariables
-
- Enclosing class:
- CustomerPortalSubscriptionScheduledUpdateDataFragment
public static class CustomerPortalSubscriptionScheduledUpdateDataFragment.ScheduleVariables extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String__typenameCustomerPortalSubscriptionScheduledUpdateDataFragment.OnAddonChangeVariablesonAddonChangeVariablesSynthetic field for inline fragment on AddonChangeVariablesCustomerPortalSubscriptionScheduledUpdateDataFragment.OnBillingPeriodChangeVariablesonBillingPeriodChangeVariablesSynthetic field for inline fragment on BillingPeriodChangeVariablesCustomerPortalSubscriptionScheduledUpdateDataFragment.OnDowngradeChangeVariablesonDowngradeChangeVariablesSynthetic field for inline fragment on DowngradeChangeVariablesCustomerPortalSubscriptionScheduledUpdateDataFragment.OnUnitAmountChangeVariablesonUnitAmountChangeVariablesSynthetic field for inline fragment on UnitAmountChangeVariables
-
Constructor Summary
Constructors Constructor Description ScheduleVariables(java.lang.String __typename, CustomerPortalSubscriptionScheduledUpdateDataFragment.OnDowngradeChangeVariables onDowngradeChangeVariables, CustomerPortalSubscriptionScheduledUpdateDataFragment.OnBillingPeriodChangeVariables onBillingPeriodChangeVariables, CustomerPortalSubscriptionScheduledUpdateDataFragment.OnUnitAmountChangeVariables onUnitAmountChangeVariables, CustomerPortalSubscriptionScheduledUpdateDataFragment.OnAddonChangeVariables onAddonChangeVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
__typename
public java.lang.String __typename
-
onDowngradeChangeVariables
public CustomerPortalSubscriptionScheduledUpdateDataFragment.OnDowngradeChangeVariables onDowngradeChangeVariables
Synthetic field for inline fragment on DowngradeChangeVariables
-
onBillingPeriodChangeVariables
public CustomerPortalSubscriptionScheduledUpdateDataFragment.OnBillingPeriodChangeVariables onBillingPeriodChangeVariables
Synthetic field for inline fragment on BillingPeriodChangeVariables
-
onUnitAmountChangeVariables
public CustomerPortalSubscriptionScheduledUpdateDataFragment.OnUnitAmountChangeVariables onUnitAmountChangeVariables
Synthetic field for inline fragment on UnitAmountChangeVariables
-
onAddonChangeVariables
public CustomerPortalSubscriptionScheduledUpdateDataFragment.OnAddonChangeVariables onAddonChangeVariables
Synthetic field for inline fragment on AddonChangeVariables
-
-
Constructor Detail
-
ScheduleVariables
public ScheduleVariables(java.lang.String __typename, CustomerPortalSubscriptionScheduledUpdateDataFragment.OnDowngradeChangeVariables onDowngradeChangeVariables, CustomerPortalSubscriptionScheduledUpdateDataFragment.OnBillingPeriodChangeVariables onBillingPeriodChangeVariables, CustomerPortalSubscriptionScheduledUpdateDataFragment.OnUnitAmountChangeVariables onUnitAmountChangeVariables, CustomerPortalSubscriptionScheduledUpdateDataFragment.OnAddonChangeVariables onAddonChangeVariables)
-
-