Adyen · Schema

TransactionRuleEntityKey

TransactionRuleEntityKey schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
entityReference string The unique identifier of the resource.
entityType string The type of resource. Possible values: **balancePlatform**, **paymentInstrumentGroup**, **accountHolder**, **balanceAccount**, or **paymentInstrument**.
View JSON Schema on GitHub

JSON Schema

configuration-transaction-rule-entity-key-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/configuration-transaction-rule-entity-key-schema.json",
  "title": "TransactionRuleEntityKey",
  "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"
    }
  }
}