Adyen Accounts Account Holder Context
JSON-LD context defining the semantic vocabulary for Adyen Accounts Account Holder from Adyen.
3 Classes
19 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
AccountHolderDetails
AccountHolderStatus
email
Properties
| Property |
Type |
Container |
| address |
string |
|
| bankAccountDetails |
string |
set |
| bankAggregatorDataReference |
string |
|
| businessDetails |
string |
|
| fullPhoneNumber |
string |
|
| individualDetails |
string |
|
| lastReviewDate |
string |
|
| legalArrangements |
string |
set |
| merchantCategoryCode |
string |
|
| metadata |
reference |
|
| payoutMethods |
string |
set |
| principalBusinessAddress |
string |
|
| storeDetails |
string |
set |
| webAddress |
string |
|
| events |
string |
set |
| payoutState |
string |
|
| processingState |
string |
|
| status |
string |
|
| statusReason |
string |
|
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#",
"AccountHolderDetails": "adyen:AccountHolderDetails",
"AccountHolderStatus": "adyen:AccountHolderStatus",
"address": {
"@id": "adyen:address",
"@type": "xsd:string"
},
"bankAccountDetails": {
"@id": "adyen:bankAccountDetails",
"@container": "@set",
"@type": "xsd:string"
},
"bankAggregatorDataReference": {
"@id": "adyen:bankAggregatorDataReference",
"@type": "xsd:string"
},
"businessDetails": {
"@id": "adyen:businessDetails",
"@type": "xsd:string"
},
"email": "schema:email",
"fullPhoneNumber": {
"@id": "adyen:fullPhoneNumber",
"@type": "xsd:string"
},
"individualDetails": {
"@id": "adyen:individualDetails",
"@type": "xsd:string"
},
"lastReviewDate": {
"@id": "adyen:lastReviewDate",
"@type": "xsd:string"
},
"legalArrangements": {
"@id": "adyen:legalArrangements",
"@container": "@set",
"@type": "xsd:string"
},
"merchantCategoryCode": {
"@id": "adyen:merchantCategoryCode",
"@type": "xsd:string"
},
"metadata": {
"@id": "adyen:metadata",
"@type": "@id"
},
"payoutMethods": {
"@id": "adyen:payoutMethods",
"@container": "@set",
"@type": "xsd:string"
},
"principalBusinessAddress": {
"@id": "adyen:principalBusinessAddress",
"@type": "xsd:string"
},
"storeDetails": {
"@id": "adyen:storeDetails",
"@container": "@set",
"@type": "xsd:string"
},
"webAddress": {
"@id": "adyen:webAddress",
"@type": "xsd:string"
},
"events": {
"@id": "adyen:events",
"@container": "@set",
"@type": "xsd:string"
},
"payoutState": {
"@id": "adyen:payoutState",
"@type": "xsd:string"
},
"processingState": {
"@id": "adyen:processingState",
"@type": "xsd:string"
},
"status": {
"@id": "adyen:status",
"@type": "xsd:string"
},
"statusReason": {
"@id": "adyen:statusReason",
"@type": "xsd:string"
}
}
}