Type Alias RetrieveSetupIntentResult

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