Android · JSON Structure

Google Play Developer Subscription Deferral Info Structure

Type: object Properties: 2
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Properties

expectedExpiryTimeMillis desiredExpiryTimeMillis

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SubscriptionDeferralInfo",
  "type": "object",
  "properties": {
    "expectedExpiryTimeMillis": {
      "type": "string"
    },
    "desiredExpiryTimeMillis": {
      "type": "string"
    }
  }
}