<!--
{
  "availability" : [
    "iOS: 9.2.0 - 10.3.0",
    "iPadOS: 9.2.0 - 10.3.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.12.0 -",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 3.0.0 - 3.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKContact/supplementarySubLocality",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKContact(py)supplementarySubLocality"
  },
  "title" : "supplementarySubLocality"
}
-->

# supplementarySubLocality

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

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

## 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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)