---
title: organizationName
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpass/organizationname
---

# organizationName

The name of the organization that creates the pass.

## Declaration

```swift
var organizationName: String { get }
```

## Discussion

Discussion You can use this property to display information about the organization that creates the pass as part of a user interface element that represents the pass, such as a cell in a table view.

## See Also

### Getting the display attributes

- [icon](passkit/pkpass/icon.md)
- [localizedValue(forFieldKey:)](passkit/pkpass/localizedvalue(forfieldkey:).md)
- [relevantDate](passkit/pkpass/relevantdate.md)
- [PKPassRelevantDate](passkit/pkpassrelevantdate.md)
