---
title: isUpgraded
framework: appstoreservernotifications
role: symbol
role_heading: Type
path: appstoreservernotifications/isupgraded
---

# isUpgraded

A Boolean value that indicates whether the customer upgraded to another subscription.

## Declaration

```data
boolean isUpgraded
```

## Discussion

Discussion If isUpgraded is true, the customer has upgraded the subscription represented by this transaction to another subscription. This value appears in the transaction only when the value is true. To determine the service that the customer is entitled to, look for another transaction that has a subscription with a higher level of service. For more information about subscription groups and levels of service, see Auto-renewable Subscriptions.

## See Also

### Subscripton renewal and expiration

- [autoRenewStatus](appstoreservernotifications/autorenewstatus.md)
- [autoRenewProductId](appstoreservernotifications/autorenewproductid.md)
- [billingPlanType](appstoreservernotifications/billingplantype.md)
- [expirationIntent](appstoreservernotifications/expirationintent.md)
- [expiresDate](appstoreservernotifications/expiresdate.md)
- [renewalBillingPlanType](appstoreservernotifications/renewalbillingplantype.md)
- [renewalDate](appstoreservernotifications/renewaldate.md)
- [renewalPrice](appstoreservernotifications/renewalprice.md)
