---
title: INBillPayee
framework: intents
role: symbol
role_heading: Class
path: intents/inbillpayee
---

# INBillPayee

The entity that receives the proceeds from a bill payment.

## Declaration

```swift
class INBillPayee
```

## Overview

Overview An INBillPayee object describes an entity that receives payment for a bill. When the user asks Siri to pay a bill, use this information to identify the entity receiving the payment. For example, a payee might represent a utility for which the user has already registered a bill payment option. Users must configure payees in advance using your app. This object contains information that you use to identify one of those preconfigured accounts. note: When configuring bill-pay options in your app, don’t include the user’s account number in the organization name and don’t let the user specify other sensitive personal information in account nicknames. Siri can display nicknames and organization names and these should never contain any sensitive personal information.

## Topics

### Initializing the Payee Object

- [init(nickname:number:organizationName:)](intents/inbillpayee/init(nickname:number:organizationname:).md)

### Getting the Payee Details

- [nickname](intents/inbillpayee/nickname.md)
- [organizationName](intents/inbillpayee/organizationname.md)
- [accountNumber](intents/inbillpayee/accountnumber.md)

### Initializers

- [init(coder:)](intents/inbillpayee/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Bill Data Objects

- [INBillDetails](intents/inbilldetails.md)
- [INBillTypeResolutionResult](intents/inbilltyperesolutionresult.md)
- [INBillPayeeResolutionResult](intents/inbillpayeeresolutionresult.md)
- [INVisualCodeTypeResolutionResult](intents/invisualcodetyperesolutionresult.md)
