---
title: nickname
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaymentaccount/nickname
---

# nickname

A user-defined name that identifies the account.

## Declaration

```swift
@NSCopying var nickname: INSpeakableString? { get }
```

## Discussion

Discussion A nickname is any string used to identify the account uniquely in your app. Ideally, your app should let users specify custom nicknames for their accounts. For example, the user might assign the nickname “business credit card” to the card they use to pay business-related expenses. When a nickname is present, use it to look up the account in your app.

## See Also

### Getting the Account Details

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