Adyen · JSON-LD Context

Adyen Funds Debit Account Context

JSON-LD context defining the semantic vocabulary for Adyen Funds Debit Account from Adyen.

3 Classes 9 Properties 4 Namespaces
View Context View on GitHub

Namespaces

adyen: https://docs.adyen.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

DebitAccountHolderRequest DebitAccountHolderResponse description

Properties

Property Type Container
accountHolderCode string
amount string
bankAccountUUID string
merchantAccount string
splits string set
invalidFields string set
merchantReferences string set
pspReference string
resultCode string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "adyen": "https://docs.adyen.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "DebitAccountHolderRequest": "adyen:DebitAccountHolderRequest",
    "DebitAccountHolderResponse": "adyen:DebitAccountHolderResponse",
    "accountHolderCode": {
      "@id": "adyen:accountHolderCode",
      "@type": "xsd:string"
    },
    "amount": {
      "@id": "adyen:amount",
      "@type": "xsd:string"
    },
    "bankAccountUUID": {
      "@id": "adyen:bankAccountUUID",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "merchantAccount": {
      "@id": "adyen:merchantAccount",
      "@type": "xsd:string"
    },
    "splits": {
      "@id": "adyen:splits",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "invalidFields": {
      "@id": "adyen:invalidFields",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "merchantReferences": {
      "@id": "adyen:merchantReferences",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "pspReference": {
      "@id": "adyen:pspReference",
      "@type": "xsd:string"
    },
    "resultCode": {
      "@id": "adyen:resultCode",
      "@type": "xsd:string"
    }
  }
}