Interface AccountSessionComponentsAccountOnboardingFeatures

export AccountSessionComponentsAccountOnboardingFeatures

interface AccountSessionComponentsAccountOnboardingFeatures {
    disable_stripe_user_authentication?: boolean;
    external_account_collection?: boolean;
}

Properties

disable_stripe_user_authentication?: boolean
external_account_collection?: boolean