Type Alias HandleNextActionForSetupResult

HandleNextActionForSetupResult:
    | { setupIntent: SetupIntent.Result; error?: undefined }
    | { setupIntent?: undefined; error: StripeError<CardActionError> }
MMNEPVFCICPMFPCPTTAAATR