Adyen · JSON-LD Context

Adyen Funds Payout Account Context

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

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

PayoutAccountHolderRequest PayoutAccountHolderResponse description

Properties

Property Type Container
accountCode string
accountHolderCode string
amount string
bankAccountUUID string
merchantReference string
payoutMethodCode string
payoutSpeed string
invalidFields string set
pspReference string
resultCode 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#",
    "PayoutAccountHolderRequest": "adyen:PayoutAccountHolderRequest",
    "PayoutAccountHolderResponse": "adyen:PayoutAccountHolderResponse",
    "accountCode": {
      "@id": "adyen:accountCode",
      "@type": "xsd:string"
    },
    "accountHolderCode": {
      "@id": "adyen:accountHolderCode",
      "@type": "xsd:string"
    },
    "amount": {
      "@id": "adyen:amount",
      "@type": "xsd:string"
    },
    "bankAccountUUID": {
      "@id": "adyen:bankAccountUUID",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "merchantReference": {
      "@id": "adyen:merchantReference",
      "@type": "xsd:string"
    },
    "payoutMethodCode": {
      "@id": "adyen:payoutMethodCode",
      "@type": "xsd:string"
    },
    "payoutSpeed": {
      "@id": "adyen:payoutSpeed",
      "@type": "xsd:string"
    },
    "invalidFields": {
      "@id": "adyen:invalidFields",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "pspReference": {
      "@id": "adyen:pspReference",
      "@type": "xsd:string"
    },
    "resultCode": {
      "@id": "adyen:resultCode",
      "@type": "xsd:string"
    }
  }
}