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

android-subscriptionpurchasesacknowledgerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubscriptionPurchasesAcknowledgeRequest",
  "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.",
      "deprecated": true,
      "example": "example_value"
    }
  }
}