UNPKG

@adyen/api-library

Version:

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

48 lines 1.13 kB
"use strict"; /* * The version of the OpenAPI document: v1 * * * 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.InputResult = void 0; class InputResult { static getAttributeTypeMap() { return InputResult.attributeTypeMap; } constructor() { } } exports.InputResult = InputResult; InputResult.discriminator = undefined; InputResult.mapping = undefined; InputResult.attributeTypeMap = [ { "name": "Device", "baseName": "Device", "type": "Device", "format": "" }, { "name": "InfoQualify", "baseName": "InfoQualify", "type": "InfoQualify", "format": "" }, { "name": "Response", "baseName": "Response", "type": "Response", "format": "" }, { "name": "Input", "baseName": "Input", "type": "Input | null", "format": "" } ]; //# sourceMappingURL=inputResult.js.map