Adyen · JSON-LD Context

Adyen Terminal Customer Order Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Customer Order from Adyen.

2 Classes 10 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

CustomerOrderReq CustomerOrder

Properties

Property Type Container
CustomerOrderID string
SaleReferenceID string
OpenOrderState boolean
StartDate dateTime
EndDate dateTime
ForecastedAmount decimal
CurrentAmount decimal
Currency string
AccessedBy string
AdditionalInformation 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#",
    "CustomerOrderReq": "adyen:CustomerOrderReq",
    "CustomerOrder": "adyen:CustomerOrder",
    "CustomerOrderID": {
      "@id": "adyen:CustomerOrderID",
      "@type": "xsd:string"
    },
    "SaleReferenceID": {
      "@id": "adyen:SaleReferenceID",
      "@type": "xsd:string"
    },
    "OpenOrderState": {
      "@id": "adyen:OpenOrderState",
      "@type": "xsd:boolean"
    },
    "StartDate": {
      "@id": "adyen:StartDate",
      "@type": "xsd:dateTime"
    },
    "EndDate": {
      "@id": "adyen:EndDate",
      "@type": "xsd:dateTime"
    },
    "ForecastedAmount": {
      "@id": "adyen:ForecastedAmount",
      "@type": "xsd:decimal"
    },
    "CurrentAmount": {
      "@id": "adyen:CurrentAmount",
      "@type": "xsd:decimal"
    },
    "Currency": {
      "@id": "adyen:Currency",
      "@type": "xsd:string"
    },
    "AccessedBy": {
      "@id": "adyen:AccessedBy",
      "@type": "xsd:string"
    },
    "AdditionalInformation": {
      "@id": "adyen:AdditionalInformation",
      "@type": "xsd:string"
    }
  }
}