---
title: requiresFelicaSecureElement
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkaddpaymentpassrequestconfiguration/requiresfelicasecureelement
---

# requiresFelicaSecureElement

A Boolean value that indicates whether the payment pass requires the Felica Secure Element.

## Declaration

```swift
var requiresFelicaSecureElement: Bool { get set }
```

## Discussion

Discussion This property can be used as a filter to determine which cards are shown in the PKAddPaymentPassViewController class’s intro screen. The property defaults to false.

## See Also

### Filtering pass libraries

- [paymentNetwork](passkit/pkaddpaymentpassrequestconfiguration/paymentnetwork.md)
- [primaryAccountIdentifier](passkit/pkaddpaymentpassrequestconfiguration/primaryaccountidentifier.md)
