Android · Schema

ListSubscriptionOffersResponse

Response containing a list of subscription offers.

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Properties

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

JSON Schema

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