Adyen · JSON-LD Context

Adyen Recurring Disable Permit Context

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

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

DisablePermitRequest DisablePermitResult

Properties

Property Type Container
merchantAccount string
token string
pspReference string
status 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#",
    "DisablePermitRequest": "adyen:DisablePermitRequest",
    "DisablePermitResult": "adyen:DisablePermitResult",
    "merchantAccount": {
      "@id": "adyen:merchantAccount",
      "@type": "xsd:string"
    },
    "token": {
      "@id": "adyen:token",
      "@type": "xsd:string"
    },
    "pspReference": {
      "@id": "adyen:pspReference",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    }
  }
}