@stripe/stripe-terminal-react-native
    Preparing search index...

    Interface SetupAttemptPaymentMethodDetails

    interface SetupAttemptPaymentMethodDetails {
        cardPresent: SetupAttemptCardPresentDetails;
        interacPresent: SetupAttemptCardPresentDetails;
        type: PaymentMethodType;
    }
    Index

    Properties