Android · JSON Structure

Google Play Developer Introductory Price Info Structure

Type: object Properties: 4
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Properties

introductoryPriceCurrencyCode introductoryPriceAmountMicros introductoryPricePeriod introductoryPriceCycles

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IntroductoryPriceInfo",
  "type": "object",
  "properties": {
    "introductoryPriceCurrencyCode": {
      "type": "string"
    },
    "introductoryPriceAmountMicros": {
      "type": "string"
    },
    "introductoryPricePeriod": {
      "type": "string"
    },
    "introductoryPriceCycles": {
      "type": "integer"
    }
  }
}