Type alias CheckoutProviderProps

CheckoutProviderProps: { billableFeatures?: BillableFeature[]; billingCountryCode?: string; billingInformation?: BillingInformation; onMockCheckoutState?: MockCheckoutStateCallback; planId: string; preferredBillingPeriod?: BillingPeriod; resourceId?: string; textOverrides?: DeepPartial<CheckoutLocalization>; theme?: DeepPartial<CheckoutTheme> }

Type declaration