obfuscatedExternalAccountId property

String? obfuscatedExternalAccountId
getter/setter pair

An obfuscated version of the id that is uniquely associated with the user's account in your app.

Present for the following purchases: * If account linking happened as part of the subscription purchase flow. * It was specified using https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedaccountid when the purchase was made.

Implementation

core.String? obfuscatedExternalAccountId;