Adyen · JSON-LD Context

Adyen Accounts Account Context

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

2 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

Account description

Properties

Property Type Container
accountCode string
bankAccountUUID string
beneficiaryAccount string
beneficiaryMerchantReference string
metadata reference
payoutMethodCode string
payoutSchedule string
payoutSpeed string
status 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#",
    "Account": "adyen:Account",
    "accountCode": {
      "@id": "adyen:accountCode",
      "@type": "xsd:string"
    },
    "bankAccountUUID": {
      "@id": "adyen:bankAccountUUID",
      "@type": "xsd:string"
    },
    "beneficiaryAccount": {
      "@id": "adyen:beneficiaryAccount",
      "@type": "xsd:string"
    },
    "beneficiaryMerchantReference": {
      "@id": "adyen:beneficiaryMerchantReference",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "metadata": {
      "@id": "adyen:metadata",
      "@type": "@id"
    },
    "payoutMethodCode": {
      "@id": "adyen:payoutMethodCode",
      "@type": "xsd:string"
    },
    "payoutSchedule": {
      "@id": "adyen:payoutSchedule",
      "@type": "xsd:string"
    },
    "payoutSpeed": {
      "@id": "adyen:payoutSpeed",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    }
  }
}