Adyen · JSON-LD Context
Adyen Configuration Account Holder Context
JSON-LD context defining the semantic vocabulary for Adyen Configuration Account Holder from Adyen.
5 Classes
22 Properties
4 Namespaces
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
AccountHolderCapability
AccountHolderInfo
AccountHolder
AccountHolderUpdateRequest
description
Properties
| Property | Type | Container |
|---|---|---|
| allowed | boolean | |
| allowedLevel | string | |
| allowedSettings | string | |
| enabled | boolean | |
| problems | string | set |
| requested | boolean | |
| requestedLevel | string | |
| requestedSettings | string | |
| transferInstruments | string | set |
| verificationStatus | string | |
| balancePlatform | string | |
| capabilities | reference | |
| contactDetails | string | |
| legalEntityId | string | |
| metadata | reference | |
| migratedAccountHolderCode | string | |
| reference | string | |
| timeZone | string | |
| id | string | |
| primaryBalanceAccount | string | |
| status | string | |
| verificationDeadlines | string | set |
JSON-LD Document
{
"@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#",
"AccountHolderCapability": "adyen:AccountHolderCapability",
"AccountHolderInfo": "adyen:AccountHolderInfo",
"AccountHolder": "adyen:AccountHolder",
"AccountHolderUpdateRequest": "adyen:AccountHolderUpdateRequest",
"allowed": {
"@id": "adyen:allowed",
"@type": "xsd:boolean"
},
"allowedLevel": {
"@id": "adyen:allowedLevel",
"@type": "xsd:string"
},
"allowedSettings": {
"@id": "adyen:allowedSettings",
"@type": "xsd:string"
},
"enabled": {
"@id": "adyen:enabled",
"@type": "xsd:boolean"
},
"problems": {
"@id": "adyen:problems",
"@container": "@set",
"@type": "xsd:string"
},
"requested": {
"@id": "adyen:requested",
"@type": "xsd:boolean"
},
"requestedLevel": {
"@id": "adyen:requestedLevel",
"@type": "xsd:string"
},
"requestedSettings": {
"@id": "adyen:requestedSettings",
"@type": "xsd:string"
},
"transferInstruments": {
"@id": "adyen:transferInstruments",
"@container": "@set",
"@type": "xsd:string"
},
"verificationStatus": {
"@id": "adyen:verificationStatus",
"@type": "xsd:string"
},
"balancePlatform": {
"@id": "adyen:balancePlatform",
"@type": "xsd:string"
},
"capabilities": {
"@id": "adyen:capabilities",
"@type": "@id"
},
"contactDetails": {
"@id": "adyen:contactDetails",
"@type": "xsd:string"
},
"description": "schema:description",
"legalEntityId": {
"@id": "adyen:legalEntityId",
"@type": "xsd:string"
},
"metadata": {
"@id": "adyen:metadata",
"@type": "@id"
},
"migratedAccountHolderCode": {
"@id": "adyen:migratedAccountHolderCode",
"@type": "xsd:string"
},
"reference": {
"@id": "adyen:reference",
"@type": "xsd:string"
},
"timeZone": {
"@id": "adyen:timeZone",
"@type": "xsd:string"
},
"id": {
"@id": "adyen:id",
"@type": "xsd:string"
},
"primaryBalanceAccount": {
"@id": "adyen:primaryBalanceAccount",
"@type": "xsd:string"
},
"status": {
"@id": "adyen:status",
"@type": "xsd:string"
},
"verificationDeadlines": {
"@id": "adyen:verificationDeadlines",
"@container": "@set",
"@type": "xsd:string"
}
}
}