Adyen · JSON-LD Context

Adyen Recurring Recurring Details Context

JSON-LD context defining the semantic vocabulary for Adyen Recurring Recurring Details from Adyen.

2 Classes 6 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

RecurringDetailsRequest RecurringDetailsResult

Properties

Property Type Container
merchantAccount string
recurring string
shopperReference string
creationDate dateTime
details string set
lastKnownShopperEmail 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#",
    "RecurringDetailsRequest": "adyen:RecurringDetailsRequest",
    "RecurringDetailsResult": "adyen:RecurringDetailsResult",
    "merchantAccount": {
      "@id": "adyen:merchantAccount",
      "@type": "xsd:string"
    },
    "recurring": {
      "@id": "adyen:recurring",
      "@type": "xsd:string"
    },
    "shopperReference": {
      "@id": "adyen:shopperReference",
      "@type": "xsd:string"
    },
    "creationDate": {
      "@id": "adyen:creationDate",
      "@type": "xsd:dateTime"
    },
    "details": {
      "@id": "adyen:details",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "lastKnownShopperEmail": {
      "@id": "adyen:lastKnownShopperEmail",
      "@type": "xsd:string"
    }
  }
}