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

android-subscriptionpurchasesdeferresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubscriptionPurchasesDeferResponse",
  "title": "SubscriptionPurchasesDeferResponse",
  "type": "object",
  "description": "Response from deferring a subscription purchase.",
  "properties": {
    "newExpiryTimeMillis": {
      "type": "string",
      "format": "int64",
      "description": "The new expiry time for the subscription.",
      "example": "example_value"
    }
  }
}