supportsTapToPay property

bool? get supportsTapToPay
inherited

Android only, defaults to true. Set this to false if you'd like to allow users without NFC-enabled devices to add cards to the wallet. NFC is required for paying in stores.

Implementation

bool? get hasPairedAppleWatch;/// Android only, defaults to `true`. Set this to `false` if you'd like to allow users without NFC-enabled devices to add cards to the wallet. NFC is required for paying in stores.
bool? get supportsTapToPay;