---
title: requiredRecipientContactFields
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkdisbursementrequest/requiredrecipientcontactfields
---

# requiredRecipientContactFields

An array that indicates which of the recipient’s contact details the merchant requires in order to process a disbursement.

## Declaration

```swift
var requiredRecipientContactFields: [PKContactField] { get set }
```

## Discussion

Discussion The framework uses these details to display the input fields for name, email address, phone number, and so on on the payment sheet. The framework always shows them in a specific order, regardless of the order of API input.

## See Also

### Requesting recipient contact fields

- [recipientContact](passkit/pkdisbursementrequest/recipientcontact.md)
