Type alias SlimSubscriptionFragmentV2Fragment

SlimSubscriptionFragmentV2Fragment: { __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
  • pricingType: PricingType
  • Optional resource?: { __typename?: "CustomerResource"; resourceId: string } | null
  • startDate: any
  • status: SubscriptionStatus
  • subscriptionId: string