Adyen · Schema

UninstallAndroidCertificateDetails

PaymentsFinancial ServicesFintech

Properties

Name Type Description
certificateId string The unique identifier of the certificate to be uninstalled.
type string Type of terminal action: Uninstall an Android certificate.
View JSON Schema on GitHub

JSON Schema

adyen-uninstallandroidcertificatedetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UninstallAndroidCertificateDetails",
  "title": "UninstallAndroidCertificateDetails",
  "additionalProperties": false,
  "properties": {
    "certificateId": {
      "description": "The unique identifier of the certificate to be uninstalled.",
      "type": "string"
    },
    "type": {
      "default": "UninstallAndroidCertificate",
      "description": "Type of terminal action: Uninstall an Android certificate.",
      "enum": [
        "UninstallAndroidCertificate"
      ],
      "type": "string"
    }
  },
  "type": "object"
}