Adyen · JSON-LD Context

Adyen Transfers Merchant Data Context

JSON-LD context defining the semantic vocabulary for Adyen Transfers Merchant Data from Adyen.

1 Classes 5 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

MerchantData

Properties

Property Type Container
acquirerId string
mcc string
merchantId string
nameLocation string
postalCode 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#",
    "MerchantData": "adyen:MerchantData",
    "acquirerId": {
      "@id": "adyen:acquirerId",
      "@type": "xsd:string"
    },
    "mcc": {
      "@id": "adyen:mcc",
      "@type": "xsd:string"
    },
    "merchantId": {
      "@id": "adyen:merchantId",
      "@type": "xsd:string"
    },
    "nameLocation": {
      "@id": "adyen:nameLocation",
      "@type": "xsd:string"
    },
    "postalCode": {
      "@id": "adyen:postalCode",
      "@type": "xsd:string"
    }
  }
}