Adyen Management Update Company Context
JSON-LD context defining the semantic vocabulary for Adyen Management Update Company from Adyen.
6 Classes
17 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
UpdateCompanyUserRequest
UpdateCompanyWebhookRequest
email
name
description
url
Properties
| Property |
Type |
Container |
| accountGroups |
string |
set |
| active |
boolean |
|
| associatedMerchantAccounts |
string |
set |
| roles |
string |
set |
| timeZoneCode |
string |
|
| acceptsExpiredCertificate |
boolean |
|
| acceptsSelfSignedCertificate |
boolean |
|
| acceptsUntrustedRootCertificate |
boolean |
|
| additionalSettings |
string |
|
| communicationFormat |
string |
|
| encryptionProtocol |
string |
|
| filterMerchantAccountType |
string |
|
| filterMerchantAccounts |
string |
set |
| networkType |
string |
|
| password |
string |
|
| populateSoapActionHeader |
boolean |
|
| username |
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#",
"UpdateCompanyUserRequest": "adyen:UpdateCompanyUserRequest",
"UpdateCompanyWebhookRequest": "adyen:UpdateCompanyWebhookRequest",
"accountGroups": {
"@id": "adyen:accountGroups",
"@container": "@set",
"@type": "xsd:string"
},
"active": {
"@id": "adyen:active",
"@type": "xsd:boolean"
},
"associatedMerchantAccounts": {
"@id": "adyen:associatedMerchantAccounts",
"@container": "@set",
"@type": "xsd:string"
},
"email": "schema:email",
"name": "schema:name",
"roles": {
"@id": "adyen:roles",
"@container": "@set",
"@type": "xsd:string"
},
"timeZoneCode": {
"@id": "adyen:timeZoneCode",
"@type": "xsd:string"
},
"acceptsExpiredCertificate": {
"@id": "adyen:acceptsExpiredCertificate",
"@type": "xsd:boolean"
},
"acceptsSelfSignedCertificate": {
"@id": "adyen:acceptsSelfSignedCertificate",
"@type": "xsd:boolean"
},
"acceptsUntrustedRootCertificate": {
"@id": "adyen:acceptsUntrustedRootCertificate",
"@type": "xsd:boolean"
},
"additionalSettings": {
"@id": "adyen:additionalSettings",
"@type": "xsd:string"
},
"communicationFormat": {
"@id": "adyen:communicationFormat",
"@type": "xsd:string"
},
"description": "schema:description",
"encryptionProtocol": {
"@id": "adyen:encryptionProtocol",
"@type": "xsd:string"
},
"filterMerchantAccountType": {
"@id": "adyen:filterMerchantAccountType",
"@type": "xsd:string"
},
"filterMerchantAccounts": {
"@id": "adyen:filterMerchantAccounts",
"@container": "@set",
"@type": "xsd:string"
},
"networkType": {
"@id": "adyen:networkType",
"@type": "xsd:string"
},
"password": {
"@id": "adyen:password",
"@type": "xsd:string"
},
"populateSoapActionHeader": {
"@id": "adyen:populateSoapActionHeader",
"@type": "xsd:boolean"
},
"url": "schema:url",
"username": {
"@id": "adyen:username",
"@type": "xsd:string"
}
}
}