Adyen · JSON-LD Context

Adyen Management Payout Settings Context

JSON-LD context defining the semantic vocabulary for Adyen Management Payout Settings from Adyen.

3 Classes 8 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

PayoutSettingsRequest PayoutSettingsResponse PayoutSettings

Properties

Property Type Container
enabled boolean
enabledFromDate string
transferInstrumentId string
data string set
allowed boolean
id string
priority string
verificationStatus 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#",
    "PayoutSettingsRequest": "adyen:PayoutSettingsRequest",
    "PayoutSettingsResponse": "adyen:PayoutSettingsResponse",
    "PayoutSettings": "adyen:PayoutSettings",
    "enabled": {
      "@id": "adyen:enabled",
      "@type": "xsd:boolean"
    },
    "enabledFromDate": {
      "@id": "adyen:enabledFromDate",
      "@type": "xsd:string"
    },
    "transferInstrumentId": {
      "@id": "adyen:transferInstrumentId",
      "@type": "xsd:string"
    },
    "data": {
      "@id": "adyen:data",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "allowed": {
      "@id": "adyen:allowed",
      "@type": "xsd:boolean"
    },
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "priority": {
      "@id": "adyen:priority",
      "@type": "xsd:string"
    },
    "verificationStatus": {
      "@id": "adyen:verificationStatus",
      "@type": "xsd:string"
    }
  }
}