Type alias SubscriptionPreviewV2Fragment
Subscription
Preview
V2
Fragment
: { __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
-
-
Optional
isPlanDowngrade?: boolean | null
-
Optional
recurringInvoice?: { __typename?: "SubscriptionPreviewInvoice" } & SubscriptionPreviewInvoiceFragment | null