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

    Type Alias ConnectTapToPayParams

    type ConnectTapToPayParams = {
        autoReconnectOnUnexpectedDisconnect?: boolean;
        discoveryMethod: "tapToPay";
        locationId: string;
        merchantDisplayName?: string;
        onBehalfOf?: string;
        reader: Reader.Type;
        tosAcceptancePermitted?: boolean;
    }
    Index

    Properties

    autoReconnectOnUnexpectedDisconnect?: boolean
    discoveryMethod: "tapToPay"
    locationId: string
    merchantDisplayName?: string
    onBehalfOf?: string
    reader: Reader.Type
    tosAcceptancePermitted?: boolean