Type Alias CollectBankAccountForSetupResult

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