---
title: supplementarySubLocality
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkcontact/supplementarysublocality
---

# supplementarySubLocality

The contact’s sublocality, or nil if the sublocality is not needed for the transaction.

## Declaration

```swift
var supplementarySubLocality: String? { get set }
```

## Discussion

Discussion If the transaction requires the contact’s address, and the region requires a sublocality, then the Apple Pay sheet automatically prompts the user to enter their sublocality. The contact’s sublocality information is stored in this property.

## See Also

### Contact information

- [emailAddress](passkit/pkcontact/emailaddress.md)
- [name](passkit/pkcontact/name.md)
- [phoneNumber](passkit/pkcontact/phonenumber.md)
- [postalAddress](passkit/pkcontact/postaladdress.md)
