---
title: recipientContact
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkdisbursementrequest/recipientcontact
---

# recipientContact

A contact object that describes the recipient.

## Declaration

```swift
var recipientContact: PKContact? { get set }
```

## Discussion

Discussion If the merchant already has recipient contact information on file, set it here. Merchants should also include the corresponding contact fields in their requiredRecipientContactFields to ensure the data is visible on the payment sheet. Doing so enables people to select alternative contact information on the payment sheet, which merchants need to anticipate when they receive the final Apple Pay payment data.

## See Also

### Requesting recipient contact fields

- [requiredRecipientContactFields](passkit/pkdisbursementrequest/requiredrecipientcontactfields.md)
