Adyen · JSON-LD Context

Adyen Transfers Return Transfer Context

JSON-LD context defining the semantic vocabulary for Adyen Transfers Return Transfer 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

ReturnTransferRequest ReturnTransferResponse

Properties

Property Type Container
amount string
reference string
id string
status string
transferId 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#",
    "ReturnTransferRequest": "adyen:ReturnTransferRequest",
    "ReturnTransferResponse": "adyen:ReturnTransferResponse",
    "amount": {
      "@id": "adyen:amount",
      "@type": "xsd:string"
    },
    "reference": {
      "@id": "adyen:reference",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    },
    "transferId": {
      "@id": "adyen:transferId",
      "@type": "xsd:string"
    }
  }
}