@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
69 lines • 1.7 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.InputUpdate = void 0;
/**
* Definition: Content of the Input Update message. : It conveys update of the display of an Input request in progress.
*/
class InputUpdate {
static getAttributeTypeMap() {
return InputUpdate.attributeTypeMap;
}
constructor() {
}
}
exports.InputUpdate = InputUpdate;
InputUpdate.discriminator = undefined;
InputUpdate.mapping = undefined;
InputUpdate.attributeTypeMap = [
{
"name": "MessageReference",
"baseName": "MessageReference",
"type": "MessageReference",
"format": ""
},
{
"name": "OutputContent",
"baseName": "OutputContent",
"type": "OutputContent",
"format": ""
},
{
"name": "MenuEntry",
"baseName": "MenuEntry",
"type": "Array<MenuEntry>",
"format": ""
},
{
"name": "OutputSignature",
"baseName": "OutputSignature",
"type": "string",
"format": "byte"
},
{
"name": "MinLength",
"baseName": "MinLength",
"type": "number",
"format": ""
},
{
"name": "MaxLength",
"baseName": "MaxLength",
"type": "number",
"format": ""
},
{
"name": "MaxDecimalLength",
"baseName": "MaxDecimalLength",
"type": "number",
"format": ""
}
];
//# sourceMappingURL=inputUpdate.js.map