Adyen · JSON-LD Context

Adyen Terminal Payment Instrument Context

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

PaymentInstrumentData PaymentInstrumentType

Properties

Property Type Container
ProtectedCardData string
CardData string
CheckData string
MobileData string
StoredValueAccountID 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#",
    "PaymentInstrumentData": "adyen:PaymentInstrumentData",
    "PaymentInstrumentType": "adyen:PaymentInstrumentType",
    "ProtectedCardData": {
      "@id": "adyen:ProtectedCardData",
      "@type": "xsd:string"
    },
    "CardData": {
      "@id": "adyen:CardData",
      "@type": "xsd:string"
    },
    "CheckData": {
      "@id": "adyen:CheckData",
      "@type": "xsd:string"
    },
    "MobileData": {
      "@id": "adyen:MobileData",
      "@type": "xsd:string"
    },
    "StoredValueAccountID": {
      "@id": "adyen:StoredValueAccountID",
      "@type": "xsd:string"
    }
  }
}