UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

46 lines 1.73 kB
"use strict"; /* * ###### * ###### * ############ ####( ###### #####. ###### ############ ############ * ############# #####( ###### #####. ###### ############# ############# * ###### #####( ###### #####. ###### ##### ###### ##### ###### * ###### ###### #####( ###### #####. ###### ##### ##### ##### ###### * ###### ###### #####( ###### #####. ###### ##### ##### ###### * ############# ############# ############# ############# ##### ###### * ############ ############ ############# ############ ##### ###### * ###### * ############# * ############ * 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.CloudDeviceApiResponse = void 0; class CloudDeviceApiResponse { static getAttributeTypeMap() { return CloudDeviceApiResponse.attributeTypeMap; } constructor() { } } exports.CloudDeviceApiResponse = CloudDeviceApiResponse; CloudDeviceApiResponse.discriminator = undefined; CloudDeviceApiResponse.mapping = undefined; CloudDeviceApiResponse.attributeTypeMap = [ { "name": "SaleToPOIResponse", "baseName": "SaleToPOIResponse", "type": "SaleToPOIResponse", "format": "" }, { "name": "SaleToPOIRequest", "baseName": "SaleToPOIRequest", "type": "SaleToPOIRequest", "format": "" } ]; //# sourceMappingURL=cloudDeviceApiResponse.js.map