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

# emailAddress

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

## Declaration

```swift
var emailAddress: String? { get set }
```

## See Also

### Contact information

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