Android · JSON Structure

Google Play Developer Subscription Purchase V2 Structure

Type: object Properties: 11
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Properties

kind regionCode latestOrderId lineItems startTime subscriptionState linkedPurchaseToken pausedStateContext canceledStateContext acknowledgementState externalAccountIdentifiers

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SubscriptionPurchaseV2",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "regionCode": {
      "type": "string"
    },
    "latestOrderId": {
      "type": "string"
    },
    "lineItems": {
      "type": "array"
    },
    "startTime": {
      "type": "string"
    },
    "subscriptionState": {
      "type": "string"
    },
    "linkedPurchaseToken": {
      "type": "string"
    },
    "pausedStateContext": {
      "type": "object"
    },
    "canceledStateContext": {
      "type": "object"
    },
    "acknowledgementState": {
      "type": "string"
    },
    "externalAccountIdentifiers": {
      "type": "object"
    }
  }
}