Adyen · JSON-LD Context

Adyen Legal Entity Transfer Context

JSON-LD context defining the semantic vocabulary for Adyen Legal Entity Transfer from Adyen.

3 Classes 10 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

TransferInstrumentInfo TransferInstrumentReference TransferInstrument

Properties

Property Type Container
bankAccount string
legalEntityId string
type string
accountIdentifier string
id string
realLastFour string
trustedSource boolean
capabilities reference
documentDetails string set
problems string set

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#",
    "TransferInstrumentInfo": "adyen:TransferInstrumentInfo",
    "TransferInstrumentReference": "adyen:TransferInstrumentReference",
    "TransferInstrument": "adyen:TransferInstrument",
    "bankAccount": {
      "@id": "adyen:bankAccount",
      "@type": "xsd:string"
    },
    "legalEntityId": {
      "@id": "adyen:legalEntityId",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "adyen:type",
      "@type": "xsd:string"
    },
    "accountIdentifier": {
      "@id": "adyen:accountIdentifier",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "realLastFour": {
      "@id": "adyen:realLastFour",
      "@type": "xsd:string"
    },
    "trustedSource": {
      "@id": "adyen:trustedSource",
      "@type": "xsd:boolean"
    },
    "capabilities": {
      "@id": "adyen:capabilities",
      "@type": "@id"
    },
    "documentDetails": {
      "@id": "adyen:documentDetails",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "problems": {
      "@id": "adyen:problems",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}