Adyen · Schema

UndefinedBeneficiary

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
description string The details of the undefined beneficiary.
reference string The reference of the undefined beneficiary.
View JSON Schema on GitHub

JSON Schema

adyen-undefinedbeneficiary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UndefinedBeneficiary",
  "title": "UndefinedBeneficiary",
  "properties": {
    "description": {
      "description": "The details of the undefined beneficiary.",
      "type": "string"
    },
    "reference": {
      "description": "The reference of the undefined beneficiary.",
      "type": "string"
    }
  },
  "type": "object"
}