Adyen · JSON-LD Context
Adyen Payouts Store Detail Context
JSON-LD context defining the semantic vocabulary for Adyen Payouts Store Detail from Adyen.
4 Classes
23 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
StoreDetailAndSubmitRequest
StoreDetailAndSubmitResponse
StoreDetailRequest
StoreDetailResponse
Properties
| Property | Type | Container |
|---|---|---|
| additionalData | reference | |
| amount | string | |
| bank | string | |
| billingAddress | string | |
| card | string | |
| dateOfBirth | date | |
| entityType | string | |
| fraudOffset | integer | |
| merchantAccount | string | |
| nationality | string | |
| recurring | string | |
| reference | string | |
| selectedBrand | string | |
| shopperEmail | string | |
| shopperName | string | |
| shopperReference | string | |
| shopperStatement | string | |
| socialSecurityNumber | string | |
| telephoneNumber | string | |
| pspReference | string | |
| refusalReason | string | |
| resultCode | string | |
| recurringDetailReference | 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#",
"StoreDetailAndSubmitRequest": "adyen:StoreDetailAndSubmitRequest",
"StoreDetailAndSubmitResponse": "adyen:StoreDetailAndSubmitResponse",
"StoreDetailRequest": "adyen:StoreDetailRequest",
"StoreDetailResponse": "adyen:StoreDetailResponse",
"additionalData": {
"@id": "adyen:additionalData",
"@type": "@id"
},
"amount": {
"@id": "adyen:amount",
"@type": "xsd:string"
},
"bank": {
"@id": "adyen:bank",
"@type": "xsd:string"
},
"billingAddress": {
"@id": "adyen:billingAddress",
"@type": "xsd:string"
},
"card": {
"@id": "adyen:card",
"@type": "xsd:string"
},
"dateOfBirth": {
"@id": "adyen:dateOfBirth",
"@type": "xsd:date"
},
"entityType": {
"@id": "adyen:entityType",
"@type": "xsd:string"
},
"fraudOffset": {
"@id": "adyen:fraudOffset",
"@type": "xsd:integer"
},
"merchantAccount": {
"@id": "adyen:merchantAccount",
"@type": "xsd:string"
},
"nationality": {
"@id": "adyen:nationality",
"@type": "xsd:string"
},
"recurring": {
"@id": "adyen:recurring",
"@type": "xsd:string"
},
"reference": {
"@id": "adyen:reference",
"@type": "xsd:string"
},
"selectedBrand": {
"@id": "adyen:selectedBrand",
"@type": "xsd:string"
},
"shopperEmail": {
"@id": "adyen:shopperEmail",
"@type": "xsd:string"
},
"shopperName": {
"@id": "adyen:shopperName",
"@type": "xsd:string"
},
"shopperReference": {
"@id": "adyen:shopperReference",
"@type": "xsd:string"
},
"shopperStatement": {
"@id": "adyen:shopperStatement",
"@type": "xsd:string"
},
"socialSecurityNumber": {
"@id": "adyen:socialSecurityNumber",
"@type": "xsd:string"
},
"telephoneNumber": {
"@id": "adyen:telephoneNumber",
"@type": "xsd:string"
},
"pspReference": {
"@id": "adyen:pspReference",
"@type": "xsd:string"
},
"refusalReason": {
"@id": "adyen:refusalReason",
"@type": "xsd:string"
},
"resultCode": {
"@id": "adyen:resultCode",
"@type": "xsd:string"
},
"recurringDetailReference": {
"@id": "adyen:recurringDetailReference",
"@type": "xsd:string"
}
}
}