---
title: PKContact
framework: passkit
role: symbol
role_heading: Class
path: passkit/pkcontact
---

# PKContact

An object that encapsulates contact information needed for billing and shipping.

## Declaration

```swift
class PKContact
```

## Overview

Overview Instances contain only the information needed for the given transaction. All other properties are set to nil.

## Topics

### Contact information

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

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Working with billing and shipping information

- [billingContact](passkit/pkpayment/billingcontact.md)
- [shippingContact](passkit/pkpayment/shippingcontact.md)
- [shippingMethod](passkit/pkpayment/shippingmethod.md)
- [PKShippingMethod](passkit/pkshippingmethod.md)
