Interface StoreTransactionGooglePlay

A purchase through Google Play. Subtype of StoreTransaction.

interface StoreTransactionGooglePlay {
    @type: "storeTransactionGooglePlay";
    package_name: string;
    purchase_token: string;
    store_product_id: string;
}

Properties

@type: "storeTransactionGooglePlay"
package_name: string

Application package name.

purchase_token: string

Google Play purchase token.

store_product_id: string

Identifier of the purchased store product.