Android · JSON Structure

Google Play Developer Voided Purchase Structure

Type: object Properties: 8
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

VoidedPurchase is a JSON Structure definition published by Android, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

kind purchaseToken purchaseTimeMillis voidedTimeMillis orderId voidedSource voidedReason voidedQuantity

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VoidedPurchase",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "purchaseToken": {
      "type": "string"
    },
    "purchaseTimeMillis": {
      "type": "string"
    },
    "voidedTimeMillis": {
      "type": "string"
    },
    "orderId": {
      "type": "string"
    },
    "voidedSource": {
      "type": "integer"
    },
    "voidedReason": {
      "type": "integer"
    },
    "voidedQuantity": {
      "type": "integer"
    }
  }
}