CompletePurchaseValue

  • The JSON representation details sku information for digital in-app goods using fields like purchase status, order ID, and purchase token.

  • purchaseStatus indicates the current purchase status, orderId is a unique transaction identifier matching the Google provided order ID, and purchaseToken uniquely identifies a purchase for a specific item and user.

Contains sku details for digital in-app goods.

JSON representation
{
  "purchaseStatus": enum (PurchaseStatus),
  "orderId": string,
  "purchaseToken": string
}
Fields
purchaseStatus

enum (PurchaseStatus)

Status of current purchase.

orderId

string

A unique order identifier for the transaction. This identifier corresponds to the Google provided order ID.

purchaseToken

string

A opaque token that uniquely identifies a purchase for a given item and user pair.