Adyen · JSON-LD Context

Adyen Payments Bank Account Context

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

1 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

BankAccount

Properties

Property Type Container
bankAccountNumber string
bankCity string
bankLocationId string
bankName string
bic string
countryCode string
iban string
ownerName string
taxId 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#",
    "BankAccount": "adyen:BankAccount",
    "bankAccountNumber": {
      "@id": "adyen:bankAccountNumber",
      "@type": "xsd:string"
    },
    "bankCity": {
      "@id": "adyen:bankCity",
      "@type": "xsd:string"
    },
    "bankLocationId": {
      "@id": "adyen:bankLocationId",
      "@type": "xsd:string"
    },
    "bankName": {
      "@id": "adyen:bankName",
      "@type": "xsd:string"
    },
    "bic": {
      "@id": "adyen:bic",
      "@type": "xsd:string"
    },
    "countryCode": {
      "@id": "adyen:countryCode",
      "@type": "xsd:string"
    },
    "iban": {
      "@id": "adyen:iban",
      "@type": "xsd:string"
    },
    "ownerName": {
      "@id": "adyen:ownerName",
      "@type": "xsd:string"
    },
    "taxId": {
      "@id": "adyen:taxId",
      "@type": "xsd:string"
    }
  }
}