Type Alias CollectBankAccountForPaymentResult

CollectBankAccountForPaymentResult:
    | { paymentIntent: PaymentIntent.Result; error?: undefined }
    | {
        paymentIntent?: undefined;
        error: StripeError<CollectBankAccountError>;
    }
MMNEPVFCICPMFPCPTTAAATR