Android · Schema

SubscriptionPurchasesAcknowledgeRequest

Request body for acknowledging a subscription purchase.

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Properties

Name Type Description
developerPayload string Payload to attach to the purchase after acknowledgement.
View JSON Schema on GitHub

JSON Schema

google-play-developer-subscription-purchases-acknowledge-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SubscriptionPurchasesAcknowledgeRequest",
  "type": "object",
  "description": "Request body for acknowledging a subscription purchase.",
  "properties": {
    "developerPayload": {
      "type": "string",
      "description": "Payload to attach to the purchase after acknowledgement."
    }
  }
}