@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
46 lines • 1.66 kB
JavaScript
;
/*
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
* Adyen NodeJS API Library
* Copyright (c) 2026 Adyen B.V.
* This file is open source and available under the MIT license.
* See the LICENSE file for more info.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeviceStatusResponse = void 0;
class DeviceStatusResponse {
static getAttributeTypeMap() {
return DeviceStatusResponse.attributeTypeMap;
}
constructor() {
}
}
exports.DeviceStatusResponse = DeviceStatusResponse;
DeviceStatusResponse.discriminator = undefined;
DeviceStatusResponse.mapping = undefined;
DeviceStatusResponse.attributeTypeMap = [
{
"name": "deviceId",
"baseName": "deviceId",
"type": "string",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "DeviceStatus",
"format": ""
}
];
//# sourceMappingURL=deviceStatusResponse.js.map