Adyen · JSON-LD Context

Adyen Terminal Payment Response Context

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

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

PaymentResponse

Properties

Property Type Container
Response string
SaleData string
POIData string
PaymentResult string
LoyaltyResult string set
PaymentReceipt string set
CustomerOrder 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#",
    "PaymentResponse": "adyen:PaymentResponse",
    "Response": {
      "@id": "adyen:Response",
      "@type": "xsd:string"
    },
    "SaleData": {
      "@id": "adyen:SaleData",
      "@type": "xsd:string"
    },
    "POIData": {
      "@id": "adyen:POIData",
      "@type": "xsd:string"
    },
    "PaymentResult": {
      "@id": "adyen:PaymentResult",
      "@type": "xsd:string"
    },
    "LoyaltyResult": {
      "@id": "adyen:LoyaltyResult",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "PaymentReceipt": {
      "@id": "adyen:PaymentReceipt",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "CustomerOrder": {
      "@id": "adyen:CustomerOrder",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}