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

# organizationName

The name of the company that provides services to the user.

## Declaration

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

## Discussion

Discussion This property represents the actual name of the organization that provides services to the user and supports bill payment through your app. The organization name might refer to the name of a specific company or group that provides services. When the user specifies the organization name, instead of the account nickname, use this value to locate the corresponding account in your app. note: In your app, don’t include account numbers or other potentially sensitive user information in organization names.

## See Also

### Getting the Payee Details

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