Adyen · JSON Structure

Management Generic Pm With Tdi Info Structure

GenericPmWithTdiInfo schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

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

Properties

transactionDescription

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-generic-pm-with-tdi-info-structure.json",
  "description": "GenericPmWithTdiInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "transactionDescription": {
      "description": "Information regarding the transaction description.",
      "$ref": "#/components/schemas/TransactionDescriptionInfo"
    }
  },
  "name": "GenericPmWithTdiInfo"
}