Type alias ApplySubscriptionFragment

ApplySubscriptionFragment: { __typename?: "ApplySubscription"; entitlements?: ({ __typename?: "Entitlement" } & EntitlementFragment)[] | null; subscription?: { __typename?: "CustomerSubscription" } & SubscriptionFragment | null }

Type declaration

  • Optional __typename?: "ApplySubscription"
  • Optional entitlements?: ({ __typename?: "Entitlement" } & EntitlementFragment)[] | null
  • Optional subscription?: { __typename?: "CustomerSubscription" } & SubscriptionFragment | null