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

# nickname

A user-defined name that identifies a bill-payment account in your app.

## Declaration

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

## Discussion

Discussion You should allow your users to assign custom nicknames to the payees they configure in your app. Nicknames let the user speak more naturally when talking to Siri. For example, the user might assign the nickname “cable” to an account associated with their cable television provider. When the user identifies a bill payee by its nickname, use this value to locate the corresponding account in your app. note: In your app, don’t let the user include account numbers or other potentially sensitive information in account nicknames.

## See Also

### Getting the Payee Details

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