Adyen · JSON-LD Context

Adyen Terminal Sale Data Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Sale Data from Adyen.

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

SaleData

Properties

Property Type Container
OperatorID string
OperatorLanguage string
ShiftNumber string
SaleTransactionID string
SaleReferenceID string
SaleTerminalData string
TokenRequestedType string
CustomerOrderID string
CustomerOrderReq string
SaleToPOIData string
SaleToAcquirerData string
SaleToIssuerData 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#",
    "SaleData": "adyen:SaleData",
    "OperatorID": {
      "@id": "adyen:OperatorID",
      "@type": "xsd:string"
    },
    "OperatorLanguage": {
      "@id": "adyen:OperatorLanguage",
      "@type": "xsd:string"
    },
    "ShiftNumber": {
      "@id": "adyen:ShiftNumber",
      "@type": "xsd:string"
    },
    "SaleTransactionID": {
      "@id": "adyen:SaleTransactionID",
      "@type": "xsd:string"
    },
    "SaleReferenceID": {
      "@id": "adyen:SaleReferenceID",
      "@type": "xsd:string"
    },
    "SaleTerminalData": {
      "@id": "adyen:SaleTerminalData",
      "@type": "xsd:string"
    },
    "TokenRequestedType": {
      "@id": "adyen:TokenRequestedType",
      "@type": "xsd:string"
    },
    "CustomerOrderID": {
      "@id": "adyen:CustomerOrderID",
      "@type": "xsd:string"
    },
    "CustomerOrderReq": {
      "@id": "adyen:CustomerOrderReq",
      "@type": "xsd:string"
    },
    "SaleToPOIData": {
      "@id": "adyen:SaleToPOIData",
      "@type": "xsd:string"
    },
    "SaleToAcquirerData": {
      "@id": "adyen:SaleToAcquirerData",
      "@type": "xsd:string"
    },
    "SaleToIssuerData": {
      "@id": "adyen:SaleToIssuerData",
      "@type": "xsd:string"
    }
  }
}