Package io.stigg.api.operations.fragment
Class CustomerPortalSubscriptionScheduledUpdateDataFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.CustomerPortalSubscriptionScheduledUpdateDataFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class CustomerPortalSubscriptionScheduledUpdateDataFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomerPortalSubscriptionScheduledUpdateDataFragment.OnAddonChangeVariablesstatic classCustomerPortalSubscriptionScheduledUpdateDataFragment.OnBillingPeriodChangeVariablesstatic classCustomerPortalSubscriptionScheduledUpdateDataFragment.OnDowngradeChangeVariablesstatic classCustomerPortalSubscriptionScheduledUpdateDataFragment.OnUnitAmountChangeVariablesstatic classCustomerPortalSubscriptionScheduledUpdateDataFragment.ScheduleVariablesstatic classCustomerPortalSubscriptionScheduledUpdateDataFragment.TargetPackage
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CustomerPortalSubscriptionScheduledUpdateDataFragment(SubscriptionScheduleType subscriptionScheduleType, SubscriptionScheduleStatus scheduleStatus, java.time.Instant scheduledExecutionTime, CustomerPortalSubscriptionScheduledUpdateDataFragment.TargetPackage targetPackage, CustomerPortalSubscriptionScheduledUpdateDataFragment.ScheduleVariables scheduleVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
subscriptionScheduleType
public SubscriptionScheduleType subscriptionScheduleType
-
scheduleStatus
public SubscriptionScheduleStatus scheduleStatus
-
scheduledExecutionTime
public java.time.Instant scheduledExecutionTime
-
targetPackage
public CustomerPortalSubscriptionScheduledUpdateDataFragment.TargetPackage targetPackage
-
scheduleVariables
public CustomerPortalSubscriptionScheduledUpdateDataFragment.ScheduleVariables scheduleVariables
-
-
Constructor Detail
-
CustomerPortalSubscriptionScheduledUpdateDataFragment
public CustomerPortalSubscriptionScheduledUpdateDataFragment(SubscriptionScheduleType subscriptionScheduleType, SubscriptionScheduleStatus scheduleStatus, java.time.Instant scheduledExecutionTime, CustomerPortalSubscriptionScheduledUpdateDataFragment.TargetPackage targetPackage, CustomerPortalSubscriptionScheduledUpdateDataFragment.ScheduleVariables scheduleVariables)
-
-