Type Alias ConfirmSetupIntentResult

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