Android · Schema

SubscriptionPurchasesDeferResponse

Response from deferring a subscription purchase.

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Properties

Name Type Description
newExpiryTimeMillis string The new expiry time for the subscription.
View JSON Schema on GitHub

JSON Schema

google-play-developer-subscription-purchases-defer-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SubscriptionPurchasesDeferResponse",
  "type": "object",
  "description": "Response from deferring a subscription purchase.",
  "properties": {
    "newExpiryTimeMillis": {
      "type": "string",
      "description": "The new expiry time for the subscription."
    }
  }
}