PaywallPlan: Plan & {
currentCustomerPlanBillingPeriod?: BillingPeriod;
isCurrentCustomerPlan: boolean;
isLowerThanCurrentPlan?: boolean;
isNextPlan?: (billingPeriod: BillingPeriod) => boolean;
isTriable: boolean;
paywallCalculatedPricePoints?: PaywallCalculatedPricePoint[];
paywallCurrency?: PaywallCurrency;
scheduledUpdate?: CustomerPortalSubscriptionScheduledUpdateDataFragment;
trialDaysLeft?: number;
}