---
title: vendorIdentifier
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurant/vendoridentifier
---

# vendorIdentifier

The provider of the restaurant data.

## Declaration

```swift
var vendorIdentifier: String { get set }
```

## Discussion

Discussion Each provider of restaurant data has a unique identifier assigned to it by Apple. Typically, this string is your company’s domain name formatted as a reverse-DNS string such as com.example. You can use this string to verify that the restaurant information belongs to your company.

## See Also

### Accessing the Restaurant Information

- [name](intents/inrestaurant/name.md)
- [location](intents/inrestaurant/location.md)
- [restaurantIdentifier](intents/inrestaurant/restaurantidentifier.md)
