Adyen · JSON-LD Context

Adyen Terminal Reversal Response Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Reversal Response from Adyen.

1 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

ReversalResponse

Properties

Property Type Container
Response string
POIData string
OriginalPOITransaction string
ReversedAmount decimal
CustomerOrder string set
PaymentReceipt string set

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#",
    "ReversalResponse": "adyen:ReversalResponse",
    "Response": {
      "@id": "adyen:Response",
      "@type": "xsd:string"
    },
    "POIData": {
      "@id": "adyen:POIData",
      "@type": "xsd:string"
    },
    "OriginalPOITransaction": {
      "@id": "adyen:OriginalPOITransaction",
      "@type": "xsd:string"
    },
    "ReversedAmount": {
      "@id": "adyen:ReversedAmount",
      "@type": "xsd:decimal"
    },
    "CustomerOrder": {
      "@id": "adyen:CustomerOrder",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "PaymentReceipt": {
      "@id": "adyen:PaymentReceipt",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}