SubscriptionExpirationReason
Describes the reason a user's subscription has expired.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 614 | ProductInactive | 0 | The subscription product is inactive. | |
| 614 | ProductDeleted | 1 | The subscription product was deleted. | |
| 614 | SubscriberCancelled | 2 | The subscriber cancelled the subscription. | |
| 614 | SubscriberRefunded | 3 | The subscriber received a refund that ended the subscription. | |
| 614 | Lapsed | 4 | The subscription expired because payment lapsed. |
Description
SubscriptionExpirationReason describes why a subscription entered the
Expired state. It appears under the
ExpirationReason key in the ExpirationDetails table returned by
MarketplaceService:GetUserSubscriptionDetailsAsync().
History 6
- 614 Add SubscriberRefunded
- 614 Add SubscriberCancelled
- 614 Add ProductInactive
- 614 Add ProductDeleted
- 614 Add Lapsed
- 614 Add SubscriptionExpirationReason