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

# name

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

## Declaration

```swift
var name: PersonNameComponents? { get set }
```

## Mentioned in

Displaying a Read-Only Pickup Address

## See Also

### Contact information

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