---
title: payee
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insendpaymentintent/payee
---

# payee

The recipient of the payment.

## Declaration

```swift
@NSCopying var payee: INPerson? { get }
```

## Discussion

Discussion Use the payee information to determine which account receives the payment.

## See Also

### Getting Details About the Payment

- [currencyAmount](intents/insendpaymentintent/currencyamount.md)
- [note](intents/insendpaymentintent/note.md)
