Type alias PaywallFragment

PaywallFragment: { __typename?: "Paywall"; activeSubscriptions?: ({ __typename?: "CustomerSubscription" } & SubscriptionFragment)[] | null; configuration?: { __typename?: "PaywallConfiguration" } & PaywallConfigurationFragment | null; currency: { __typename?: "PaywallCurrency" } & PaywallCurrencyFragment; customer?: { __typename?: "Customer" } & CustomerFragment | null; paywallCalculatedPricePoints?: ({ __typename?: "PaywallPricePoint" } & PaywallCalculatedPricePointsFragment)[] | null; plans: ({ __typename?: "Plan" } & PlanFragment)[]; resource?: { __typename?: "CustomerResource" } & CustomerResourceFragment | null }

Type declaration