Adyen · Schema

UploadAndroidAppResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
id string The unique identifier of the uploaded Android app.
View JSON Schema on GitHub

JSON Schema

adyen-uploadandroidappresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UploadAndroidAppResponse",
  "title": "UploadAndroidAppResponse",
  "properties": {
    "id": {
      "description": "The unique identifier of the uploaded Android app.",
      "type": "string"
    }
  },
  "type": "object"
}