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

# billPayee

The entity receiving the payment.

## Declaration

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

## Discussion

Discussion Use this property to specify the recipient of the payment. The payee may refer to a bank, a utility, or any entity for which the user has set up online bill payment in your app. The user must configure payees in advance in your app.

## See Also

### Accessing the Bill Information

- [paymentDate](intents/inbilldetails/paymentdate.md)
- [paymentStatus](intents/inbilldetails/paymentstatus.md)
- [billType](intents/inbilldetails/billtype.md)
