Type Alias VerifyMicrodepositsForPaymentResult

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