Adyen · JSON Structure

Configuration Transaction Rule Entity Key Structure

TransactionRuleEntityKey schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

TransactionRuleEntityKey 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

entityReference entityType

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/configuration-transaction-rule-entity-key-structure.json",
  "description": "TransactionRuleEntityKey schema from Adyen API",
  "type": "object",
  "properties": {
    "entityReference": {
      "description": "The unique identifier of the resource.",
      "type": "string"
    },
    "entityType": {
      "description": "The type of resource.\n\nPossible values: **balancePlatform**, **paymentInstrumentGroup**, **accountHolder**, **balanceAccount**, or **paymentInstrument**.",
      "type": "string"
    }
  },
  "name": "TransactionRuleEntityKey"
}