Adyen · JSON-LD Context

Adyen Transfers Transaction Context

JSON-LD context defining the semantic vocabulary for Adyen Transfers Transaction from Adyen.

1 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

Transaction

Properties

Property Type Container
accountHolder string
amount string
balanceAccount string
balancePlatform string
bookingDate dateTime
creationDate dateTime
id string
status string
transfer string
valueDate dateTime

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#",
    "Transaction": "adyen:Transaction",
    "accountHolder": {
      "@id": "adyen:accountHolder",
      "@type": "xsd:string"
    },
    "amount": {
      "@id": "adyen:amount",
      "@type": "xsd:string"
    },
    "balanceAccount": {
      "@id": "adyen:balanceAccount",
      "@type": "xsd:string"
    },
    "balancePlatform": {
      "@id": "adyen:balancePlatform",
      "@type": "xsd:string"
    },
    "bookingDate": {
      "@id": "adyen:bookingDate",
      "@type": "xsd:dateTime"
    },
    "creationDate": {
      "@id": "adyen:creationDate",
      "@type": "xsd:dateTime"
    },
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    },
    "transfer": {
      "@id": "adyen:transfer",
      "@type": "xsd:string"
    },
    "valueDate": {
      "@id": "adyen:valueDate",
      "@type": "xsd:dateTime"
    }
  }
}