Adyen · JSON-LD Context

Adyen Accounts Account Payout Context

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

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

AccountPayoutState

Properties

Property Type Container
allowPayout boolean
disableReason string
disabled boolean
notAllowedReason string
payoutLimit string
tierNumber integer

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#",
    "AccountPayoutState": "adyen:AccountPayoutState",
    "allowPayout": {
      "@id": "adyen:allowPayout",
      "@type": "xsd:boolean"
    },
    "disableReason": {
      "@id": "adyen:disableReason",
      "@type": "xsd:string"
    },
    "disabled": {
      "@id": "adyen:disabled",
      "@type": "xsd:boolean"
    },
    "notAllowedReason": {
      "@id": "adyen:notAllowedReason",
      "@type": "xsd:string"
    },
    "payoutLimit": {
      "@id": "adyen:payoutLimit",
      "@type": "xsd:string"
    },
    "tierNumber": {
      "@id": "adyen:tierNumber",
      "@type": "xsd:integer"
    }
  }
}