Adyen · JSON-LD Context

Adyen Terminal Get Totals Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Get Totals from Adyen.

2 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

GetTotalsRequest GetTotalsResponse

Properties

Property Type Container
TotalDetails string
TotalFilter string
Response string
POIReconciliationID integer
TransactionTotals 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#",
    "GetTotalsRequest": "adyen:GetTotalsRequest",
    "GetTotalsResponse": "adyen:GetTotalsResponse",
    "TotalDetails": {
      "@id": "adyen:TotalDetails",
      "@type": "xsd:string"
    },
    "TotalFilter": {
      "@id": "adyen:TotalFilter",
      "@type": "xsd:string"
    },
    "Response": {
      "@id": "adyen:Response",
      "@type": "xsd:string"
    },
    "POIReconciliationID": {
      "@id": "adyen:POIReconciliationID",
      "@type": "xsd:integer"
    },
    "TransactionTotals": {
      "@id": "adyen:TransactionTotals",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}