Adyen · JSON-LD Context

Adyen Accounts Update Payout Context

JSON-LD context defining the semantic vocabulary for Adyen Accounts Update Payout from Adyen.

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

UpdatePayoutScheduleRequest

Properties

Property Type Container
action string
reason string
schedule 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#",
    "UpdatePayoutScheduleRequest": "adyen:UpdatePayoutScheduleRequest",
    "action": {
      "@id": "adyen:action",
      "@type": "xsd:string"
    },
    "reason": {
      "@id": "adyen:reason",
      "@type": "xsd:string"
    },
    "schedule": {
      "@id": "adyen:schedule",
      "@type": "xsd:string"
    }
  }
}