Adyen · JSON-LD Context

Adyen Terminal Reversal Request Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Reversal Request 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

ReversalRequest

Properties

Property Type Container
SaleData string
OriginalPOITransaction string
ReversedAmount decimal
ReversalReason string
CustomerOrder 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#",
    "ReversalRequest": "adyen:ReversalRequest",
    "SaleData": {
      "@id": "adyen:SaleData",
      "@type": "xsd:string"
    },
    "OriginalPOITransaction": {
      "@id": "adyen:OriginalPOITransaction",
      "@type": "xsd:string"
    },
    "ReversedAmount": {
      "@id": "adyen:ReversedAmount",
      "@type": "xsd:decimal"
    },
    "ReversalReason": {
      "@id": "adyen:ReversalReason",
      "@type": "xsd:string"
    },
    "CustomerOrder": {
      "@id": "adyen:CustomerOrder",
      "@type": "xsd:string"
    }
  }
}