Android · Schema

ListSubscriptionsResponse

Response containing a list of subscriptions.

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Properties

Name Type Description
subscriptions array
nextPageToken string Token for the next page of results.
View JSON Schema on GitHub

JSON Schema

google-play-developer-list-subscriptions-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListSubscriptionsResponse",
  "type": "object",
  "description": "Response containing a list of subscriptions.",
  "properties": {
    "subscriptions": {
      "type": "array"
    },
    "nextPageToken": {
      "type": "string",
      "description": "Token for the next page of results."
    }
  }
}