Adyen · JSON Structure

Management Install Android App Details Structure

InstallAndroidAppDetails schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

InstallAndroidAppDetails is a JSON Structure definition published by Adyen, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

appId type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-install-android-app-details-structure.json",
  "description": "InstallAndroidAppDetails schema from Adyen API",
  "type": "object",
  "properties": {
    "appId": {
      "description": "The unique identifier of the app to be installed.",
      "type": "string"
    },
    "type": {
      "default": "InstallAndroidApp",
      "description": "Type of terminal action: Install an Android app.",
      "enum": [
        "InstallAndroidApp"
      ],
      "type": "string"
    }
  },
  "additionalProperties": false,
  "name": "InstallAndroidAppDetails"
}