---
title: offerIdentifier
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantoffer/offeridentifier
---

# offerIdentifier

The unique identifier associated with the offer.

## Declaration

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

## Discussion

Discussion For each offer, your company or the restaurant must provide a unique identifier for the offer. Use the identifier to validate the offer in your system. You can also pass the identifier to the restaurant if it has a system for validating special offers.

## See Also

### Accessing the Offer Details

- [offerTitleText](intents/inrestaurantoffer/offertitletext.md)
- [offerDetailText](intents/inrestaurantoffer/offerdetailtext.md)
