Adyen Management Terminal Settings Context
JSON-LD context defining the semantic vocabulary for Adyen Management Terminal Settings from Adyen.
1 Classes
20 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
TerminalSettings
Properties
| Property |
Type |
Container |
| cardholderReceipt |
string |
|
| connectivity |
string |
|
| gratuities |
string |
set |
| hardware |
string |
|
| localization |
string |
|
| nexo |
string |
|
| offlineProcessing |
string |
|
| opi |
string |
|
| passcodes |
string |
|
| payAtTable |
string |
|
| payment |
string |
|
| receiptOptions |
string |
|
| receiptPrinting |
string |
|
| refunds |
string |
|
| signature |
string |
|
| standalone |
string |
|
| surcharge |
string |
|
| tapToPay |
string |
|
| timeouts |
string |
|
| wifiProfiles |
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#",
"TerminalSettings": "adyen:TerminalSettings",
"cardholderReceipt": {
"@id": "adyen:cardholderReceipt",
"@type": "xsd:string"
},
"connectivity": {
"@id": "adyen:connectivity",
"@type": "xsd:string"
},
"gratuities": {
"@id": "adyen:gratuities",
"@container": "@set",
"@type": "xsd:string"
},
"hardware": {
"@id": "adyen:hardware",
"@type": "xsd:string"
},
"localization": {
"@id": "adyen:localization",
"@type": "xsd:string"
},
"nexo": {
"@id": "adyen:nexo",
"@type": "xsd:string"
},
"offlineProcessing": {
"@id": "adyen:offlineProcessing",
"@type": "xsd:string"
},
"opi": {
"@id": "adyen:opi",
"@type": "xsd:string"
},
"passcodes": {
"@id": "adyen:passcodes",
"@type": "xsd:string"
},
"payAtTable": {
"@id": "adyen:payAtTable",
"@type": "xsd:string"
},
"payment": {
"@id": "adyen:payment",
"@type": "xsd:string"
},
"receiptOptions": {
"@id": "adyen:receiptOptions",
"@type": "xsd:string"
},
"receiptPrinting": {
"@id": "adyen:receiptPrinting",
"@type": "xsd:string"
},
"refunds": {
"@id": "adyen:refunds",
"@type": "xsd:string"
},
"signature": {
"@id": "adyen:signature",
"@type": "xsd:string"
},
"standalone": {
"@id": "adyen:standalone",
"@type": "xsd:string"
},
"surcharge": {
"@id": "adyen:surcharge",
"@type": "xsd:string"
},
"tapToPay": {
"@id": "adyen:tapToPay",
"@type": "xsd:string"
},
"timeouts": {
"@id": "adyen:timeouts",
"@type": "xsd:string"
},
"wifiProfiles": {
"@id": "adyen:wifiProfiles",
"@type": "xsd:string"
}
}
}