Adyen · JSON-LD Context

Adyen Terminal Payment Account Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Payment Account from Adyen.

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

PaymentAccountReq PaymentAccountStatus

Properties

Property Type Container
AccountType string
CardAcquisitionReference string
PaymentInstrumentData string
CurrentBalance decimal
Currency string
PaymentAcquirerData 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#",
    "PaymentAccountReq": "adyen:PaymentAccountReq",
    "PaymentAccountStatus": "adyen:PaymentAccountStatus",
    "AccountType": {
      "@id": "adyen:AccountType",
      "@type": "xsd:string"
    },
    "CardAcquisitionReference": {
      "@id": "adyen:CardAcquisitionReference",
      "@type": "xsd:string"
    },
    "PaymentInstrumentData": {
      "@id": "adyen:PaymentInstrumentData",
      "@type": "xsd:string"
    },
    "CurrentBalance": {
      "@id": "adyen:CurrentBalance",
      "@type": "xsd:decimal"
    },
    "Currency": {
      "@id": "adyen:Currency",
      "@type": "xsd:string"
    },
    "PaymentAcquirerData": {
      "@id": "adyen:PaymentAcquirerData",
      "@type": "xsd:string"
    }
  }
}