@stripe/stripe-terminal-react-native

    Type Alias PaymentMethodResultType

    PaymentMethodResultType:
        | { error: undefined; paymentMethod?: PaymentMethod.Type }
        | { error: StripeError; paymentMethod: undefined }
    MMNEPVFCICPMFPCPTTAAATR