Adyen Accounts Update Account Context
JSON-LD context defining the semantic vocabulary for Adyen Accounts Update Account from Adyen.
6 Classes
20 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
UpdateAccountHolderRequest
UpdateAccountHolderResponse
UpdateAccountHolderStateRequest
UpdateAccountRequest
UpdateAccountResponse
description
Properties
| Property |
Type |
Container |
| accountHolderCode |
string |
|
| accountHolderDetails |
string |
|
| legalEntity |
string |
|
| primaryCurrency |
string |
|
| processingTier |
integer |
|
| verificationProfile |
string |
|
| accountHolderStatus |
string |
|
| invalidFields |
string |
set |
| pspReference |
string |
|
| resultCode |
string |
|
| verification |
string |
|
| disable |
boolean |
|
| reason |
string |
|
| stateType |
string |
|
| accountCode |
string |
|
| bankAccountUUID |
string |
|
| metadata |
reference |
|
| payoutMethodCode |
string |
|
| payoutSchedule |
string |
|
| payoutSpeed |
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#",
"UpdateAccountHolderRequest": "adyen:UpdateAccountHolderRequest",
"UpdateAccountHolderResponse": "adyen:UpdateAccountHolderResponse",
"UpdateAccountHolderStateRequest": "adyen:UpdateAccountHolderStateRequest",
"UpdateAccountRequest": "adyen:UpdateAccountRequest",
"UpdateAccountResponse": "adyen:UpdateAccountResponse",
"accountHolderCode": {
"@id": "adyen:accountHolderCode",
"@type": "xsd:string"
},
"accountHolderDetails": {
"@id": "adyen:accountHolderDetails",
"@type": "xsd:string"
},
"description": "schema:description",
"legalEntity": {
"@id": "adyen:legalEntity",
"@type": "xsd:string"
},
"primaryCurrency": {
"@id": "adyen:primaryCurrency",
"@type": "xsd:string"
},
"processingTier": {
"@id": "adyen:processingTier",
"@type": "xsd:integer"
},
"verificationProfile": {
"@id": "adyen:verificationProfile",
"@type": "xsd:string"
},
"accountHolderStatus": {
"@id": "adyen:accountHolderStatus",
"@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"
},
"verification": {
"@id": "adyen:verification",
"@type": "xsd:string"
},
"disable": {
"@id": "adyen:disable",
"@type": "xsd:boolean"
},
"reason": {
"@id": "adyen:reason",
"@type": "xsd:string"
},
"stateType": {
"@id": "adyen:stateType",
"@type": "xsd:string"
},
"accountCode": {
"@id": "adyen:accountCode",
"@type": "xsd:string"
},
"bankAccountUUID": {
"@id": "adyen:bankAccountUUID",
"@type": "xsd:string"
},
"metadata": {
"@id": "adyen:metadata",
"@type": "@id"
},
"payoutMethodCode": {
"@id": "adyen:payoutMethodCode",
"@type": "xsd:string"
},
"payoutSchedule": {
"@id": "adyen:payoutSchedule",
"@type": "xsd:string"
},
"payoutSpeed": {
"@id": "adyen:payoutSpeed",
"@type": "xsd:string"
}
}
}