PaymentMethodResult:
    | {
        paymentMethod: PaymentMethod.Result;
        shippingContact?: ShippingContact;
        error?: undefined;
    }
    | {
        paymentMethod?: undefined;
        shippingContact?: undefined;
        error: StripeError<PlatformPayError>;
    }
MMNEPVFCICPMFPCPTTAAATR