Type Alias RetrievePaymentIntentResult

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