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

# billPayee

The recipient of the payment.

## Declaration

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

## Discussion

Discussion The payee is an entity that generates bills for the user and receives payment for those bills. The user must register all payees in advance with your app. Search results should contain only bills associated with the specified payee. If the INBillPayee object doesn’t contain enough information to identify a payee, don’t filter your search results based on the payee.

## See Also

### Getting the Search Attributes

- [billType](intents/insearchforbillsintent/billtype.md)
- [dueDateRange](intents/insearchforbillsintent/duedaterange.md)
- [paymentDateRange](intents/insearchforbillsintent/paymentdaterange.md)
- [status](intents/insearchforbillsintent/status.md)
