Type alias SubscriptionPreviewV2Fragment

SubscriptionPreviewV2Fragment: { __typename?: "SubscriptionPreviewV2"; billingPeriodRange: { __typename?: "DateRange"; end?: any | null; start?: any | null }; hasScheduledUpdates?: boolean | null; immediateInvoice: { __typename?: "ImmediateSubscriptionPreviewInvoice" } & ImmediateSubscriptionPreviewInvoiceFragment; isPlanDowngrade?: boolean | null; recurringInvoice?: { __typename?: "SubscriptionPreviewInvoice" } & SubscriptionPreviewInvoiceFragment | null }

Type declaration

  • Optional __typename?: "SubscriptionPreviewV2"
  • billingPeriodRange: { __typename?: "DateRange"; end?: any | null; start?: any | null }
    • Optional __typename?: "DateRange"
    • Optional end?: any | null
    • Optional start?: any | null
  • Optional hasScheduledUpdates?: boolean | null
  • immediateInvoice: { __typename?: "ImmediateSubscriptionPreviewInvoice" } & ImmediateSubscriptionPreviewInvoiceFragment
  • Optional isPlanDowngrade?: boolean | null
  • Optional recurringInvoice?: { __typename?: "SubscriptionPreviewInvoice" } & SubscriptionPreviewInvoiceFragment | null