---
title: billPayee
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaybillintent/billpayee
---

# billPayee

The recipient of the payment.

## Declaration

```swift
@NSCopying var billPayee: INBillPayee? { get }
```

## Discussion

Discussion Use the information in this property to identify the recipient of the payment. You must configure your app to process payments for the specified payee before handling the request.

## See Also

### Getting the Bill Information

- [billType](intents/inpaybillintent/billtype.md)
- [dueDate](intents/inpaybillintent/duedate.md)
