interface AdditionalData {
    accountId?: string;
    offerToken?: string;
    oldPurchaseToken?: string;
    profileId?: string;
    prorationMode?: ProrationMode;
}

Properties

accountId?: string

Obfuscated user account identifier

Default to md5(store.applicationUsername)

offerToken?: string

The GooglePlay offer token

oldPurchaseToken?: string

Replace another purchase with the new one

Your can find the old token in the receipts.

profileId?: string

Some applications allow users to have multiple profiles within a single account.

Use this method to send the user's profile identifier to Google.

prorationMode?: ProrationMode