Adyen · JSON-LD Context

Adyen Transfers Transfer Info Context

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

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

TransferInfo description

Properties

Property Type Container
amount string
balanceAccountId string
category string
counterparty string
paymentInstrumentId string
priority string
reference string
referenceForBeneficiary string
ultimateParty 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#",
    "TransferInfo": "adyen:TransferInfo",
    "amount": {
      "@id": "adyen:amount",
      "@type": "xsd:string"
    },
    "balanceAccountId": {
      "@id": "adyen:balanceAccountId",
      "@type": "xsd:string"
    },
    "category": {
      "@id": "adyen:category",
      "@type": "xsd:string"
    },
    "counterparty": {
      "@id": "adyen:counterparty",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "paymentInstrumentId": {
      "@id": "adyen:paymentInstrumentId",
      "@type": "xsd:string"
    },
    "priority": {
      "@id": "adyen:priority",
      "@type": "xsd:string"
    },
    "reference": {
      "@id": "adyen:reference",
      "@type": "xsd:string"
    },
    "referenceForBeneficiary": {
      "@id": "adyen:referenceForBeneficiary",
      "@type": "xsd:string"
    },
    "ultimateParty": {
      "@id": "adyen:ultimateParty",
      "@type": "xsd:string"
    }
  }
}