Adyen · JSON-LD Context

Adyen Terminal Payment Data Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Payment Data 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

PaymentData

Properties

Property Type Container
PaymentType string
SplitPaymentFlag boolean
RequestedValidityDate date
CardAcquisitionReference string
Instalment string
CustomerOrder string
PaymentInstrumentData 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#",
    "PaymentData": "adyen:PaymentData",
    "PaymentType": {
      "@id": "adyen:PaymentType",
      "@type": "xsd:string"
    },
    "SplitPaymentFlag": {
      "@id": "adyen:SplitPaymentFlag",
      "@type": "xsd:boolean"
    },
    "RequestedValidityDate": {
      "@id": "adyen:RequestedValidityDate",
      "@type": "xsd:date"
    },
    "CardAcquisitionReference": {
      "@id": "adyen:CardAcquisitionReference",
      "@type": "xsd:string"
    },
    "Instalment": {
      "@id": "adyen:Instalment",
      "@type": "xsd:string"
    },
    "CustomerOrder": {
      "@id": "adyen:CustomerOrder",
      "@type": "xsd:string"
    },
    "PaymentInstrumentData": {
      "@id": "adyen:PaymentInstrumentData",
      "@type": "xsd:string"
    }
  }
}