linkedPurchaseToken property

String? linkedPurchaseToken
getter/setter pair

The purchase token of the old subscription if this subscription is one of the following: * Re-signup of a canceled but non-lapsed subscription * Upgrade/downgrade from a previous subscription.

  • Convert from prepaid to auto renewing subscription. * Convert from an auto renewing subscription to prepaid. * Topup a prepaid subscription.

Implementation

core.String? linkedPurchaseToken;