Adyen · JSON-LD Context

Adyen Payments Cancel Request Context

JSON-LD context defining the semantic vocabulary for Adyen Payments Cancel Request from Adyen.

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

CancelRequest

Properties

Property Type Container
additionalData reference
merchantAccount string
mpiData string
originalMerchantReference string
originalReference string
platformChargebackLogic string
reference string
splits string set
tenderReference string
uniqueTerminalId 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#",
    "CancelRequest": "adyen:CancelRequest",
    "additionalData": {
      "@id": "adyen:additionalData",
      "@type": "@id"
    },
    "merchantAccount": {
      "@id": "adyen:merchantAccount",
      "@type": "xsd:string"
    },
    "mpiData": {
      "@id": "adyen:mpiData",
      "@type": "xsd:string"
    },
    "originalMerchantReference": {
      "@id": "adyen:originalMerchantReference",
      "@type": "xsd:string"
    },
    "originalReference": {
      "@id": "adyen:originalReference",
      "@type": "xsd:string"
    },
    "platformChargebackLogic": {
      "@id": "adyen:platformChargebackLogic",
      "@type": "xsd:string"
    },
    "reference": {
      "@id": "adyen:reference",
      "@type": "xsd:string"
    },
    "splits": {
      "@id": "adyen:splits",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "tenderReference": {
      "@id": "adyen:tenderReference",
      "@type": "xsd:string"
    },
    "uniqueTerminalId": {
      "@id": "adyen:uniqueTerminalId",
      "@type": "xsd:string"
    }
  }
}