Adyen · JSON-LD Context

Adyen Binlookup Recurring Context

JSON-LD context defining the semantic vocabulary for Adyen Binlookup Recurring 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

Recurring

Properties

Property Type Container
contract string
recurringDetailName string
recurringExpiry dateTime
recurringFrequency string
tokenService 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#",
    "Recurring": "adyen:Recurring",
    "contract": {
      "@id": "adyen:contract",
      "@type": "xsd:string"
    },
    "recurringDetailName": {
      "@id": "adyen:recurringDetailName",
      "@type": "xsd:string"
    },
    "recurringExpiry": {
      "@id": "adyen:recurringExpiry",
      "@type": "xsd:dateTime"
    },
    "recurringFrequency": {
      "@id": "adyen:recurringFrequency",
      "@type": "xsd:string"
    },
    "tokenService": {
      "@id": "adyen:tokenService",
      "@type": "xsd:string"
    }
  }
}