---
title: offer
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/purchaseintent/offer
---

# offer

The subscription offer that the customer redeems outside of your app.

## Declaration

```swift
let offer: Product.SubscriptionOffer?
```

## Mentioned in

Supporting win-back offers in your app

## Discussion

Discussion The system populates this value if the customer redeems a winBack offer type outside of your app. Add this offer to the purchase options. For more information and a code example, see the Handle win-back offers redeemed outside of your app section of  Supporting win-back offers in your app.
