---
title: is_in_intro_offer_period
framework: appstorereceipts
role: symbol
role_heading: Type
path: appstorereceipts/is_in_intro_offer_period
---

# is_in_intro_offer_period

An indicator of whether an auto-renewable subscription is in the introductory price period.

## Declaration

```data
string is_in_intro_offer_period
```

## Possible Values

true: The customer’s subscription is in an introductory price period false: The subscription is not in an introductory price period.

## Discussion

Discussion This field is returned in the JSON response, in the responseBody.Latest_receipt_info and responseBody.Receipt.In_app arrays. You can use this value to determine if the user is eligible for introductory pricing. If a previous subscription period in the receipt has the value “true” for either the is_trial_period or is_in_intro_offer_period keys, the user is not eligible for a free trial or introductory price within that subscription group. For more information, see Implementing introductory offers in your app.

## See Also

### Receipt and subscription status

- [status](appstorereceipts/status.md)
- [auto_renew_status](appstorereceipts/auto_renew_status.md)
- [is_in_billing_retry_period](appstorereceipts/is_in_billing_retry_period.md)
- [is_trial_period](appstorereceipts/is_trial_period.md)
