Adyen · JSON-LD Context
Adyen Payments Account Info Context
JSON-LD context defining the semantic vocabulary for Adyen Payments Account Info from Adyen.
1 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
AccountInfo
Properties
| Property | Type | Container |
|---|---|---|
| accountAgeIndicator | string | |
| accountChangeDate | dateTime | |
| accountChangeIndicator | string | |
| accountCreationDate | dateTime | |
| accountType | string | |
| addCardAttemptsDay | integer | |
| deliveryAddressUsageDate | dateTime | |
| deliveryAddressUsageIndicator | string | |
| homePhone | string | |
| mobilePhone | string | |
| passwordChangeDate | dateTime | |
| passwordChangeIndicator | string | |
| pastTransactionsDay | integer | |
| pastTransactionsYear | integer | |
| paymentAccountAge | dateTime | |
| paymentAccountIndicator | string | |
| purchasesLast6Months | integer | |
| suspiciousActivity | boolean | |
| workPhone | 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#",
"AccountInfo": "adyen:AccountInfo",
"accountAgeIndicator": {
"@id": "adyen:accountAgeIndicator",
"@type": "xsd:string"
},
"accountChangeDate": {
"@id": "adyen:accountChangeDate",
"@type": "xsd:dateTime"
},
"accountChangeIndicator": {
"@id": "adyen:accountChangeIndicator",
"@type": "xsd:string"
},
"accountCreationDate": {
"@id": "adyen:accountCreationDate",
"@type": "xsd:dateTime"
},
"accountType": {
"@id": "adyen:accountType",
"@type": "xsd:string"
},
"addCardAttemptsDay": {
"@id": "adyen:addCardAttemptsDay",
"@type": "xsd:integer"
},
"deliveryAddressUsageDate": {
"@id": "adyen:deliveryAddressUsageDate",
"@type": "xsd:dateTime"
},
"deliveryAddressUsageIndicator": {
"@id": "adyen:deliveryAddressUsageIndicator",
"@type": "xsd:string"
},
"homePhone": {
"@id": "adyen:homePhone",
"@type": "xsd:string"
},
"mobilePhone": {
"@id": "adyen:mobilePhone",
"@type": "xsd:string"
},
"passwordChangeDate": {
"@id": "adyen:passwordChangeDate",
"@type": "xsd:dateTime"
},
"passwordChangeIndicator": {
"@id": "adyen:passwordChangeIndicator",
"@type": "xsd:string"
},
"pastTransactionsDay": {
"@id": "adyen:pastTransactionsDay",
"@type": "xsd:integer"
},
"pastTransactionsYear": {
"@id": "adyen:pastTransactionsYear",
"@type": "xsd:integer"
},
"paymentAccountAge": {
"@id": "adyen:paymentAccountAge",
"@type": "xsd:dateTime"
},
"paymentAccountIndicator": {
"@id": "adyen:paymentAccountIndicator",
"@type": "xsd:string"
},
"purchasesLast6Months": {
"@id": "adyen:purchasesLast6Months",
"@type": "xsd:integer"
},
"suspiciousActivity": {
"@id": "adyen:suspiciousActivity",
"@type": "xsd:boolean"
},
"workPhone": {
"@id": "adyen:workPhone",
"@type": "xsd:string"
}
}
}