---
title: accountNumber
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inbillpayee/accountnumber
---

# accountNumber

A string to help the user differentiate between similar accounts.

## Declaration

```swift
var accountNumber: String? { get }
```

## Discussion

Discussion The value of this property is a string that helps identify the payee to the user. Typically, this property contains a portion of the user’s account number with the payee, often in an obscured format such as ****123. When resolving a payee requires disambiguation from among several values, you can display this string to the user to help identify each account.

## See Also

### Getting the Payee Details

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