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

# organizationName

The name of the organization that supplies the account to the user.

## Declaration

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

## Discussion

Discussion This property contains the name of the bank or company that holds the user’s account. When the organization name is present, use it to look up the account in your app.

## See Also

### Getting the Account Details

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