Package io.stigg.api.operations.fragment
Class SubscriptionScheduledUpdateData.ScheduleVariables
- java.lang.Object
-
- io.stigg.api.operations.fragment.SubscriptionScheduledUpdateData.ScheduleVariables
-
- Enclosing class:
- SubscriptionScheduledUpdateData
public static class SubscriptionScheduledUpdateData.ScheduleVariables extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String__typenameSubscriptionScheduledUpdateData.OnAddonChangeVariablesonAddonChangeVariablesSynthetic field for inline fragment on AddonChangeVariablesSubscriptionScheduledUpdateData.OnBillingPeriodChangeVariablesonBillingPeriodChangeVariablesSynthetic field for inline fragment on BillingPeriodChangeVariablesSubscriptionScheduledUpdateData.OnDowngradeChangeVariablesonDowngradeChangeVariablesSynthetic field for inline fragment on DowngradeChangeVariablesSubscriptionScheduledUpdateData.OnUnitAmountChangeVariablesonUnitAmountChangeVariablesSynthetic field for inline fragment on UnitAmountChangeVariables
-
Constructor Summary
Constructors Constructor Description ScheduleVariables(java.lang.String __typename, SubscriptionScheduledUpdateData.OnDowngradeChangeVariables onDowngradeChangeVariables, SubscriptionScheduledUpdateData.OnBillingPeriodChangeVariables onBillingPeriodChangeVariables, SubscriptionScheduledUpdateData.OnUnitAmountChangeVariables onUnitAmountChangeVariables, SubscriptionScheduledUpdateData.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 SubscriptionScheduledUpdateData.OnDowngradeChangeVariables onDowngradeChangeVariables
Synthetic field for inline fragment on DowngradeChangeVariables
-
onBillingPeriodChangeVariables
public SubscriptionScheduledUpdateData.OnBillingPeriodChangeVariables onBillingPeriodChangeVariables
Synthetic field for inline fragment on BillingPeriodChangeVariables
-
onUnitAmountChangeVariables
public SubscriptionScheduledUpdateData.OnUnitAmountChangeVariables onUnitAmountChangeVariables
Synthetic field for inline fragment on UnitAmountChangeVariables
-
onAddonChangeVariables
public SubscriptionScheduledUpdateData.OnAddonChangeVariables onAddonChangeVariables
Synthetic field for inline fragment on AddonChangeVariables
-
-
Constructor Detail
-
ScheduleVariables
public ScheduleVariables(java.lang.String __typename, SubscriptionScheduledUpdateData.OnDowngradeChangeVariables onDowngradeChangeVariables, SubscriptionScheduledUpdateData.OnBillingPeriodChangeVariables onBillingPeriodChangeVariables, SubscriptionScheduledUpdateData.OnUnitAmountChangeVariables onUnitAmountChangeVariables, SubscriptionScheduledUpdateData.OnAddonChangeVariables onAddonChangeVariables)
-
-