Adyen · Schema

GenericPmWithTdiInfo

GenericPmWithTdiInfo schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
transactionDescription object Information regarding the transaction description.
View JSON Schema on GitHub

JSON Schema

management-generic-pm-with-tdi-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-generic-pm-with-tdi-info-schema.json",
  "title": "GenericPmWithTdiInfo",
  "description": "GenericPmWithTdiInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "transactionDescription": {
      "description": "Information regarding the transaction description.",
      "$ref": "#/components/schemas/TransactionDescriptionInfo"
    }
  }
}