Type alias PaywallCalculatedPricePointsFragment

PaywallCalculatedPricePointsFragment: { __typename?: "PaywallPricePoint"; additionalChargesMayApply?: boolean | null; amount: number; billingCountryCode?: string | null; billingPeriod: BillingPeriod; currency: Currency; feature?: { __typename?: "Feature"; description?: string | null; displayName: string; featureUnits?: string | null; featureUnitsPlural?: string | null; refId: string } | null; planId: string }

Type declaration

  • Optional __typename?: "PaywallPricePoint"
  • Optional additionalChargesMayApply?: boolean | null
  • amount: number
  • Optional billingCountryCode?: string | null
  • billingPeriod: BillingPeriod
  • currency: Currency
  • Optional feature?: { __typename?: "Feature"; description?: string | null; displayName: string; featureUnits?: string | null; featureUnitsPlural?: string | null; refId: string } | null
  • planId: string