Adyen · JSON-LD Context
Adyen Pos Terminal Get Context
JSON-LD context defining the semantic vocabulary for Adyen Pos Terminal Get from Adyen.
6 Classes
28 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
GetStoresUnderAccountRequest
GetStoresUnderAccountResponse
GetTerminalDetailsRequest
GetTerminalDetailsResponse
GetTerminalsUnderAccountRequest
GetTerminalsUnderAccountResponse
Properties
| Property | Type | Container |
|---|---|---|
| companyAccount | string | |
| merchantAccount | string | |
| stores | string | set |
| terminal | string | |
| bluetoothIp | string | |
| bluetoothMac | string | |
| country | string | |
| deviceModel | string | |
| dhcpEnabled | boolean | |
| displayLabel | string | |
| ethernetIp | string | |
| ethernetMac | string | |
| firmwareVersion | string | |
| iccid | string | |
| lastActivityDateTime | dateTime | |
| lastTransactionDateTime | dateTime | |
| linkNegotiation | string | |
| merchantInventory | boolean | |
| permanentTerminalId | string | |
| serialNumber | string | |
| simStatus | string | |
| store | string | |
| storeDetails | string | |
| terminalStatus | string | |
| wifiIp | string | |
| wifiMac | string | |
| inventoryTerminals | string | set |
| merchantAccounts | string | set |
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#",
"GetStoresUnderAccountRequest": "adyen:GetStoresUnderAccountRequest",
"GetStoresUnderAccountResponse": "adyen:GetStoresUnderAccountResponse",
"GetTerminalDetailsRequest": "adyen:GetTerminalDetailsRequest",
"GetTerminalDetailsResponse": "adyen:GetTerminalDetailsResponse",
"GetTerminalsUnderAccountRequest": "adyen:GetTerminalsUnderAccountRequest",
"GetTerminalsUnderAccountResponse": "adyen:GetTerminalsUnderAccountResponse",
"companyAccount": {
"@id": "adyen:companyAccount",
"@type": "xsd:string"
},
"merchantAccount": {
"@id": "adyen:merchantAccount",
"@type": "xsd:string"
},
"stores": {
"@id": "adyen:stores",
"@container": "@set",
"@type": "xsd:string"
},
"terminal": {
"@id": "adyen:terminal",
"@type": "xsd:string"
},
"bluetoothIp": {
"@id": "adyen:bluetoothIp",
"@type": "xsd:string"
},
"bluetoothMac": {
"@id": "adyen:bluetoothMac",
"@type": "xsd:string"
},
"country": {
"@id": "adyen:country",
"@type": "xsd:string"
},
"deviceModel": {
"@id": "adyen:deviceModel",
"@type": "xsd:string"
},
"dhcpEnabled": {
"@id": "adyen:dhcpEnabled",
"@type": "xsd:boolean"
},
"displayLabel": {
"@id": "adyen:displayLabel",
"@type": "xsd:string"
},
"ethernetIp": {
"@id": "adyen:ethernetIp",
"@type": "xsd:string"
},
"ethernetMac": {
"@id": "adyen:ethernetMac",
"@type": "xsd:string"
},
"firmwareVersion": {
"@id": "adyen:firmwareVersion",
"@type": "xsd:string"
},
"iccid": {
"@id": "adyen:iccid",
"@type": "xsd:string"
},
"lastActivityDateTime": {
"@id": "adyen:lastActivityDateTime",
"@type": "xsd:dateTime"
},
"lastTransactionDateTime": {
"@id": "adyen:lastTransactionDateTime",
"@type": "xsd:dateTime"
},
"linkNegotiation": {
"@id": "adyen:linkNegotiation",
"@type": "xsd:string"
},
"merchantInventory": {
"@id": "adyen:merchantInventory",
"@type": "xsd:boolean"
},
"permanentTerminalId": {
"@id": "adyen:permanentTerminalId",
"@type": "xsd:string"
},
"serialNumber": {
"@id": "adyen:serialNumber",
"@type": "xsd:string"
},
"simStatus": {
"@id": "adyen:simStatus",
"@type": "xsd:string"
},
"store": {
"@id": "adyen:store",
"@type": "xsd:string"
},
"storeDetails": {
"@id": "adyen:storeDetails",
"@type": "xsd:string"
},
"terminalStatus": {
"@id": "adyen:terminalStatus",
"@type": "xsd:string"
},
"wifiIp": {
"@id": "adyen:wifiIp",
"@type": "xsd:string"
},
"wifiMac": {
"@id": "adyen:wifiMac",
"@type": "xsd:string"
},
"inventoryTerminals": {
"@id": "adyen:inventoryTerminals",
"@container": "@set",
"@type": "xsd:string"
},
"merchantAccounts": {
"@id": "adyen:merchantAccounts",
"@container": "@set",
"@type": "xsd:string"
}
}
}