Type alias CheckoutContainerProps

CheckoutContainerProps: { collectPhoneNumber?: boolean; disablePromotionCode?: boolean; disableSuccessAnimation?: boolean; onBillingAddressChange?: ((params: { billingAddress: BillingAddress }) => Promise<void>); onChangePlan?: ((params: { currentPlan: CheckoutStatePlan | undefined }) => void); onCheckout?: ((params: OnCheckoutParams) => Promise<CheckoutResult>); onCheckoutCompleted: ((params: OnCheckoutCompletedParams) => Promise<void>); onMockCheckoutPreview?: MockCheckoutPreviewCallback }

Type declaration