UNPKG

@adyen/api-library

Version:

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

150 lines 3.46 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.InputData = void 0; class InputData { static getAttributeTypeMap() { return InputData.attributeTypeMap; } constructor() { } } exports.InputData = InputData; InputData.discriminator = undefined; InputData.mapping = undefined; InputData.attributeTypeMap = [ { "name": "Device", "baseName": "Device", "type": "Device", "format": "" }, { "name": "InfoQualify", "baseName": "InfoQualify", "type": "InfoQualify", "format": "" }, { "name": "InputCommand", "baseName": "InputCommand", "type": "InputCommand", "format": "" }, { "name": "NotifyCardInputFlag", "baseName": "NotifyCardInputFlag", "type": "boolean", "format": "" }, { "name": "MaxInputTime", "baseName": "MaxInputTime", "type": "number", "format": "" }, { "name": "ImmediateResponseFlag", "baseName": "ImmediateResponseFlag", "type": "boolean", "format": "" }, { "name": "MinLength", "baseName": "MinLength", "type": "number", "format": "" }, { "name": "MaxLength", "baseName": "MaxLength", "type": "number", "format": "" }, { "name": "MaxDecimalLength", "baseName": "MaxDecimalLength", "type": "number", "format": "" }, { "name": "WaitUserValidationFlag", "baseName": "WaitUserValidationFlag", "type": "boolean", "format": "" }, { "name": "DefaultInputString", "baseName": "DefaultInputString", "type": "string", "format": "" }, { "name": "DefaultLayoutString", "baseName": "DefaultLayoutString", "type": "string", "format": "" }, { "name": "StringMask", "baseName": "StringMask", "type": "string", "format": "" }, { "name": "FromRightToLeftFlag", "baseName": "FromRightToLeftFlag", "type": "boolean", "format": "" }, { "name": "MaskCharactersFlag", "baseName": "MaskCharactersFlag", "type": "boolean", "format": "" }, { "name": "BeepKeyFlag", "baseName": "BeepKeyFlag", "type": "boolean", "format": "" }, { "name": "GlobalCorrectionFlag", "baseName": "GlobalCorrectionFlag", "type": "boolean", "format": "" }, { "name": "DisableCancelFlag", "baseName": "DisableCancelFlag", "type": "boolean", "format": "" }, { "name": "DisableCorrectFlag", "baseName": "DisableCorrectFlag", "type": "boolean", "format": "" }, { "name": "DisableValidFlag", "baseName": "DisableValidFlag", "type": "boolean", "format": "" }, { "name": "MenuBackFlag", "baseName": "MenuBackFlag", "type": "boolean", "format": "" } ]; //# sourceMappingURL=inputData.js.map