Adyen Management Update Payment Context
JSON-LD context defining the semantic vocabulary for Adyen Management Update Payment from Adyen.
1 Classes
18 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
UpdatePaymentMethodInfo
Properties
| Property |
Type |
Container |
| bcmc |
string |
|
| cartesBancaires |
string |
|
| countries |
string |
set |
| cup |
string |
|
| currencies |
string |
set |
| customRoutingFlags |
string |
set |
| diners |
string |
|
| discover |
string |
|
| eftposAustralia |
string |
|
| enabled |
boolean |
|
| girocard |
string |
|
| ideal |
string |
|
| interacCard |
string |
|
| jcb |
string |
|
| maestro |
string |
|
| mc |
string |
|
| storeIds |
string |
set |
| visa |
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#",
"UpdatePaymentMethodInfo": "adyen:UpdatePaymentMethodInfo",
"bcmc": {
"@id": "adyen:bcmc",
"@type": "xsd:string"
},
"cartesBancaires": {
"@id": "adyen:cartesBancaires",
"@type": "xsd:string"
},
"countries": {
"@id": "adyen:countries",
"@container": "@set",
"@type": "xsd:string"
},
"cup": {
"@id": "adyen:cup",
"@type": "xsd:string"
},
"currencies": {
"@id": "adyen:currencies",
"@container": "@set",
"@type": "xsd:string"
},
"customRoutingFlags": {
"@id": "adyen:customRoutingFlags",
"@container": "@set",
"@type": "xsd:string"
},
"diners": {
"@id": "adyen:diners",
"@type": "xsd:string"
},
"discover": {
"@id": "adyen:discover",
"@type": "xsd:string"
},
"eftposAustralia": {
"@id": "adyen:eftpos_australia",
"@type": "xsd:string"
},
"enabled": {
"@id": "adyen:enabled",
"@type": "xsd:boolean"
},
"girocard": {
"@id": "adyen:girocard",
"@type": "xsd:string"
},
"ideal": {
"@id": "adyen:ideal",
"@type": "xsd:string"
},
"interacCard": {
"@id": "adyen:interac_card",
"@type": "xsd:string"
},
"jcb": {
"@id": "adyen:jcb",
"@type": "xsd:string"
},
"maestro": {
"@id": "adyen:maestro",
"@type": "xsd:string"
},
"mc": {
"@id": "adyen:mc",
"@type": "xsd:string"
},
"storeIds": {
"@id": "adyen:storeIds",
"@container": "@set",
"@type": "xsd:string"
},
"visa": {
"@id": "adyen:visa",
"@type": "xsd:string"
}
}
}