Adyen · JSON-LD Context

Adyen Management Billing Entity Context

JSON-LD context defining the semantic vocabulary for Adyen Management Billing Entity from Adyen.

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

BillingEntity email name

Properties

Property Type Container
address string
id 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#",
    "BillingEntity": "adyen:BillingEntity",
    "address": {
      "@id": "adyen:address",
      "@type": "xsd:string"
    },
    "email": "schema:email",
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "taxId": {
      "@id": "adyen:taxId",
      "@type": "xsd:string"
    }
  }
}