@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
78 lines • 1.81 kB
JavaScript
;
/*
* The version of the OpenAPI document: v3
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Terminal = void 0;
class Terminal {
static getAttributeTypeMap() {
return Terminal.attributeTypeMap;
}
constructor() {
}
}
exports.Terminal = Terminal;
Terminal.discriminator = undefined;
Terminal.mapping = undefined;
Terminal.attributeTypeMap = [
{
"name": "assignment",
"baseName": "assignment",
"type": "TerminalAssignment | null",
"format": ""
},
{
"name": "connectivity",
"baseName": "connectivity",
"type": "TerminalConnectivity | null",
"format": ""
},
{
"name": "firmwareVersion",
"baseName": "firmwareVersion",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "lastActivityAt",
"baseName": "lastActivityAt",
"type": "Date",
"format": "date-time"
},
{
"name": "lastTransactionAt",
"baseName": "lastTransactionAt",
"type": "Date",
"format": "date-time"
},
{
"name": "model",
"baseName": "model",
"type": "string",
"format": ""
},
{
"name": "restartLocalTime",
"baseName": "restartLocalTime",
"type": "string",
"format": ""
},
{
"name": "serialNumber",
"baseName": "serialNumber",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=terminal.js.map