Android · Example Payload

Google Play Developer Voided Purchase Example

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Top-level fields

kindpurchaseTokenpurchaseTimeMillisvoidedTimeMillisorderIdvoidedSourcevoidedReasonvoidedQuantity

Example Payload

Raw ↑
{
  "kind": "example_value",
  "purchaseToken": "example_value",
  "purchaseTimeMillis": "example_value",
  "voidedTimeMillis": "example_value",
  "orderId": "500123",
  "voidedSource": 10,
  "voidedReason": 10,
  "voidedQuantity": 10
}