@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
66 lines • 1.49 kB
JavaScript
;
/*
* 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.Input = void 0;
class Input {
static getAttributeTypeMap() {
return Input.attributeTypeMap;
}
constructor() {
}
}
exports.Input = Input;
Input.discriminator = undefined;
Input.mapping = undefined;
Input.attributeTypeMap = [
{
"name": "InputCommand",
"baseName": "InputCommand",
"type": "InputCommand",
"format": ""
},
{
"name": "ConfirmedFlag",
"baseName": "ConfirmedFlag",
"type": "boolean",
"format": ""
},
{
"name": "FunctionKey",
"baseName": "FunctionKey",
"type": "number",
"format": ""
},
{
"name": "TextInput",
"baseName": "TextInput",
"type": "string",
"format": ""
},
{
"name": "DigitInput",
"baseName": "DigitInput",
"type": "number",
"format": ""
},
{
"name": "Password",
"baseName": "Password",
"type": "string",
"format": ""
},
{
"name": "MenuEntryNumber",
"baseName": "MenuEntryNumber",
"type": "Array<number>",
"format": ""
}
];
//# sourceMappingURL=input.js.map