Adyen · Schema

TransactionRuleReference

PaymentsFinancial ServicesFintech

Properties

Name Type Description
description string The description of the resource.
id string The unique identifier of the resource.
reference string The reference for the resource.
View JSON Schema on GitHub

JSON Schema

adyen-transactionrulereference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransactionRuleReference",
  "title": "TransactionRuleReference",
  "properties": {
    "description": {
      "description": "The description of the resource.",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the resource.",
      "type": "string"
    },
    "reference": {
      "description": "The reference for the resource.",
      "type": "string"
    }
  }
}