Android · Example Payload

Google Play Developer Product Purchase Example

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Google Play Developer Product Purchase Example is an example object payload from Android, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

kindpurchaseTimeMillispurchaseStateconsumptionStatedeveloperPayloadorderIdpurchaseTypeacknowledgementStatepurchaseTokenproductIdquantityobfuscatedExternalAccountIdobfuscatedExternalProfileIdregionCoderefundableQuantity

Example Payload

Raw ↑
{
  "kind": "example_value",
  "purchaseTimeMillis": "example_value",
  "purchaseState": 10,
  "consumptionState": 10,
  "developerPayload": "example_value",
  "orderId": "500123",
  "purchaseType": 10,
  "acknowledgementState": 10,
  "purchaseToken": "example_value",
  "productId": "500123",
  "quantity": 10,
  "obfuscatedExternalAccountId": "500123",
  "obfuscatedExternalProfileId": "500123",
  "regionCode": "example_value",
  "refundableQuantity": 10
}