<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKContactField",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:@T@PKContactField"
  },
  "title" : "PKContactField"
}
-->

# PKContactField

The fields that describe a contact.

```
struct PKContactField
```

## Discussion

Use [`PKContactField`](/documentation/PassKit/PKContactField) field types to indicate which contact fields you require for a billing or shipping contact in order to complete the transaction.

## Topics

### Initializing a contact field

[`init(rawValue:)`](/documentation/PassKit/PKContactField/init(rawValue:))

Create a contact field given the raw value.

### Types of contact fields

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

A constant that indicates a contact’s email address.

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

A constant that indicates a contact’s name.

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

A constant that indicates a contact’s telephone number.

[`phoneticName`](/documentation/PassKit/PKContactField/phoneticName)

A constant that indicates a contact’s phonetic name.

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

A constant that indicates a contact’s postal address.



---

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)