---
title: phoneNumber
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkcontact/phonenumber
---

# phoneNumber

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

## Declaration

```swift
var phoneNumber: CNPhoneNumber? { get set }
```

## See Also

### Contact information

- [emailAddress](passkit/pkcontact/emailaddress.md)
- [name](passkit/pkcontact/name.md)
- [postalAddress](passkit/pkcontact/postaladdress.md)
- [supplementarySubLocality](passkit/pkcontact/supplementarysublocality.md)
