---
title: accountNumber
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaymentaccount/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 account to the user. Typically, this property contains a portion of the user’s account number, often in an obscured format such as ****1234. When resolving an account requires disambiguation from among several values, display this string to the user to help identify each account.

## See Also

### Getting the Account Details

- [nickname](intents/inpaymentaccount/nickname.md)
- [organizationName](intents/inpaymentaccount/organizationname.md)
- [accountType](intents/inpaymentaccount/accounttype.md)
- [INAccountType](intents/inaccounttype.md)
