Adyen · Schema

GenericPmWithTdiInfo

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-genericpmwithtdiinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GenericPmWithTdiInfo",
  "title": "GenericPmWithTdiInfo",
  "properties": {
    "transactionDescription": {
      "description": "Information regarding the transaction description.",
      "$ref": "#/components/schemas/TransactionDescriptionInfo"
    }
  },
  "type": "object"
}