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

# PKContact

An object that encapsulates contact information needed for billing and shipping.

```
class PKContact
```

## Overview

Instances contain only the information needed for the given transaction. All other properties are set to `nil`.

## Topics

### Contact information

[`emailAddress`](/documentation/PassKit/PKContact/emailAddress)

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

[`name`](/documentation/PassKit/PKContact/name)

The contact’s first and last name, or `nil` if the contact’s name is not needed for the transaction.

[`phoneNumber`](/documentation/PassKit/PKContact/phoneNumber)

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

[`postalAddress`](/documentation/PassKit/PKContact/postalAddress)

The contact’s full postal address.

[`supplementarySubLocality`](/documentation/PassKit/PKContact/supplementarySubLocality)

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



---

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)