---
title: name
framework: passkit
role: symbol
role_heading: Type Property
path: passkit/pkaddressfield/name
---

# name

The buyer’s first and last name.

## Declaration

```swift
static var name: PKAddressField { get }
```

## Discussion

Discussion This constant lets you request the name used for shipping or billing. The name is also included as part of the postal address field. The system only handles the name as a separate field when the postal address is not requested.

## See Also

### Constants

- [postalAddress](passkit/pkaddressfield/postaladdress.md)
- [phone](passkit/pkaddressfield/phone.md)
- [email](passkit/pkaddressfield/email.md)
- [all](passkit/pkaddressfield/all.md)
