Adyen · JSON-LD Context

Adyen Terminal Original Poi Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Original Poi from Adyen.

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

OriginalPOITransaction

Properties

Property Type Container
SaleID string
POIID string
POITransactionID string
ReuseCardDataFlag boolean
ApprovalCode string
CustomerLanguage string
AcquirerID integer
AmountValue decimal
HostTransactionID 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#",
    "OriginalPOITransaction": "adyen:OriginalPOITransaction",
    "SaleID": {
      "@id": "adyen:SaleID",
      "@type": "xsd:string"
    },
    "POIID": {
      "@id": "adyen:POIID",
      "@type": "xsd:string"
    },
    "POITransactionID": {
      "@id": "adyen:POITransactionID",
      "@type": "xsd:string"
    },
    "ReuseCardDataFlag": {
      "@id": "adyen:ReuseCardDataFlag",
      "@type": "xsd:boolean"
    },
    "ApprovalCode": {
      "@id": "adyen:ApprovalCode",
      "@type": "xsd:string"
    },
    "CustomerLanguage": {
      "@id": "adyen:CustomerLanguage",
      "@type": "xsd:string"
    },
    "AcquirerID": {
      "@id": "adyen:AcquirerID",
      "@type": "xsd:integer"
    },
    "AmountValue": {
      "@id": "adyen:AmountValue",
      "@type": "xsd:decimal"
    },
    "HostTransactionID": {
      "@id": "adyen:HostTransactionID",
      "@type": "xsd:string"
    }
  }
}