Type alias CustomerPortalSubscriptionScheduledUpdateDataFragment
Customer
Portal
Subscription
Scheduled
Update
Data
Fragment
: { __typename
?: "SubscriptionScheduledUpdate"; scheduleStatus
: SubscriptionScheduleStatus; scheduleVariables
?: { __typename
?: "AddonChangeVariables" } & ScheduleVariablesFragment_AddonChangeVariables_ | { __typename
?: "BillingPeriodChangeVariables" } & ScheduleVariablesFragment_BillingPeriodChangeVariables_ | { __typename
?: "DowngradeChangeVariables" } & ScheduleVariablesFragment_DowngradeChangeVariables_ | { __typename
?: "PlanChangeVariables" } & ScheduleVariablesFragment_PlanChangeVariables_ | { __typename
?: "UnitAmountChangeVariables" } & ScheduleVariablesFragment_UnitAmountChangeVariables_ | null; scheduledExecutionTime
: any; subscriptionScheduleType
: SubscriptionScheduleType; targetPackage
?: { __typename
?: "PackageDTO"; displayName
: string; id
: string; pricingType
?: PricingType | null; refId
: string } | null }
Type declaration
-
Optional
__typename?: "SubscriptionScheduledUpdate"
-
-
Optional
scheduleVariables?: { __typename?: "AddonChangeVariables" } & ScheduleVariablesFragment_AddonChangeVariables_ | { __typename?: "BillingPeriodChangeVariables" } & ScheduleVariablesFragment_BillingPeriodChangeVariables_ | { __typename?: "DowngradeChangeVariables" } & ScheduleVariablesFragment_DowngradeChangeVariables_ | { __typename?: "PlanChangeVariables" } & ScheduleVariablesFragment_PlanChangeVariables_ | { __typename?: "UnitAmountChangeVariables" } & ScheduleVariablesFragment_UnitAmountChangeVariables_ | null
-
scheduledExecutionTime: any
-
-
Optional
targetPackage?: { __typename?: "PackageDTO"; displayName: string; id: string; pricingType?: PricingType | null; refId: string } | null