@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
50 lines • 1.92 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.CloudDeviceApiAsyncResponse = void 0;
/**
* Response of the /async endpoint. When successful the `Result` contains `ok`.
* In case of failure the `SaleToPOIRequest` contains the EventNotification details.
*/
class CloudDeviceApiAsyncResponse {
static getAttributeTypeMap() {
return CloudDeviceApiAsyncResponse.attributeTypeMap;
}
constructor() {
}
}
exports.CloudDeviceApiAsyncResponse = CloudDeviceApiAsyncResponse;
CloudDeviceApiAsyncResponse.discriminator = undefined;
CloudDeviceApiAsyncResponse.mapping = undefined;
CloudDeviceApiAsyncResponse.attributeTypeMap = [
{
"name": "Result",
"baseName": "Result",
"type": "string",
"format": ""
},
{
"name": "SaleToPOIRequest",
"baseName": "SaleToPOIRequest",
"type": "SaleToPOIRequest",
"format": ""
}
];
//# sourceMappingURL=cloudDeviceApiAsyncResponse.js.map