Type alias SlimSubscriptionFragmentV2Fragment
Slim
Subscription
Fragment
V2
Fragment
: { __typename
?: "CustomerSubscription"; addons
?: { __typename
?: "SubscriptionAddon"; addon
: { __typename
?: "Addon"; addonId
: string }; quantity
: number }[] | null; currentBillingPeriodEnd
?: any | null; customer
: { __typename
?: "Customer"; customerId
: string }; payingCustomer
?: { __typename
?: "Customer"; customerId
: string } | null; plan
: { __typename
?: "Plan"; displayName
: string; planId
: string }; pricingType
: PricingType; resource
?: { __typename
?: "CustomerResource"; resourceId
: string } | null; startDate
: any; status
: SubscriptionStatus; subscriptionId
: string }
Type declaration
-
Optional
__typename?: "CustomerSubscription"
-
Optional
addons?: { __typename?: "SubscriptionAddon"; addon: { __typename?: "Addon"; addonId: string }; quantity: number }[] | null
-
Optional
currentBillingPeriodEnd?: any | null
-
customer: { __typename?: "Customer"; customerId: string }
-
Optional
__typename?: "Customer"
-
customerId: string
-
Optional
payingCustomer?: { __typename?: "Customer"; customerId: string } | null
-
plan: { __typename?: "Plan"; displayName: string; planId: string }
-
Optional
__typename?: "Plan"
-
displayName: string
-
planId: string
-
-
Optional
resource?: { __typename?: "CustomerResource"; resourceId: string } | null
-
startDate: any
-
-
subscriptionId: string