Android · JSON Structure

Google Play Developer Subscription Purchase Line Item Structure

Type: object Properties: 5
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Properties

productId expiryTime autoRenewingPlan prepaidPlan offerDetails

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SubscriptionPurchaseLineItem",
  "type": "object",
  "properties": {
    "productId": {
      "type": "string"
    },
    "expiryTime": {
      "type": "string"
    },
    "autoRenewingPlan": {
      "type": "object"
    },
    "prepaidPlan": {
      "type": "object"
    },
    "offerDetails": {
      "type": "object"
    }
  }
}