Adyen · JSON-LD Context
Adyen Funds Bank Account Context
JSON-LD context defining the semantic vocabulary for Adyen Funds Bank Account from Adyen.
1 Classes
26 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
BankAccountDetail
Properties
| Property | Type | Container |
|---|---|---|
| accountNumber | string | |
| accountType | string | |
| bankAccountName | string | |
| bankAccountReference | string | |
| bankAccountUUID | string | |
| bankBicSwift | string | |
| bankCity | string | |
| bankCode | string | |
| bankName | string | |
| branchCode | string | |
| checkCode | string | |
| countryCode | string | |
| currencyCode | string | |
| iban | string | |
| ownerCity | string | |
| ownerCountryCode | string | |
| ownerDateOfBirth | string | |
| ownerHouseNumberOrName | string | |
| ownerName | string | |
| ownerNationality | string | |
| ownerPostalCode | string | |
| ownerState | string | |
| ownerStreet | string | |
| primaryAccount | boolean | |
| taxId | string | |
| urlForVerification | 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#",
"BankAccountDetail": "adyen:BankAccountDetail",
"accountNumber": {
"@id": "adyen:accountNumber",
"@type": "xsd:string"
},
"accountType": {
"@id": "adyen:accountType",
"@type": "xsd:string"
},
"bankAccountName": {
"@id": "adyen:bankAccountName",
"@type": "xsd:string"
},
"bankAccountReference": {
"@id": "adyen:bankAccountReference",
"@type": "xsd:string"
},
"bankAccountUUID": {
"@id": "adyen:bankAccountUUID",
"@type": "xsd:string"
},
"bankBicSwift": {
"@id": "adyen:bankBicSwift",
"@type": "xsd:string"
},
"bankCity": {
"@id": "adyen:bankCity",
"@type": "xsd:string"
},
"bankCode": {
"@id": "adyen:bankCode",
"@type": "xsd:string"
},
"bankName": {
"@id": "adyen:bankName",
"@type": "xsd:string"
},
"branchCode": {
"@id": "adyen:branchCode",
"@type": "xsd:string"
},
"checkCode": {
"@id": "adyen:checkCode",
"@type": "xsd:string"
},
"countryCode": {
"@id": "adyen:countryCode",
"@type": "xsd:string"
},
"currencyCode": {
"@id": "adyen:currencyCode",
"@type": "xsd:string"
},
"iban": {
"@id": "adyen:iban",
"@type": "xsd:string"
},
"ownerCity": {
"@id": "adyen:ownerCity",
"@type": "xsd:string"
},
"ownerCountryCode": {
"@id": "adyen:ownerCountryCode",
"@type": "xsd:string"
},
"ownerDateOfBirth": {
"@id": "adyen:ownerDateOfBirth",
"@type": "xsd:string"
},
"ownerHouseNumberOrName": {
"@id": "adyen:ownerHouseNumberOrName",
"@type": "xsd:string"
},
"ownerName": {
"@id": "adyen:ownerName",
"@type": "xsd:string"
},
"ownerNationality": {
"@id": "adyen:ownerNationality",
"@type": "xsd:string"
},
"ownerPostalCode": {
"@id": "adyen:ownerPostalCode",
"@type": "xsd:string"
},
"ownerState": {
"@id": "adyen:ownerState",
"@type": "xsd:string"
},
"ownerStreet": {
"@id": "adyen:ownerStreet",
"@type": "xsd:string"
},
"primaryAccount": {
"@id": "adyen:primaryAccount",
"@type": "xsd:boolean"
},
"taxId": {
"@id": "adyen:taxId",
"@type": "xsd:string"
},
"urlForVerification": {
"@id": "adyen:urlForVerification",
"@type": "xsd:string"
}
}
}