expiredPurchaseToken property

String? expiredPurchaseToken
getter/setter pair

The purchase token of the last expired subscription.

This purchase token must only be used to help identify the user if the link between the purchaseToken and user is stored in your database. This cannot be used to call the Google Developer API if it has been more than 60 days since expiry.

Implementation

core.String? expiredPurchaseToken;