@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
63 lines • 1.67 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.MenuEntry = void 0;
/**
* An entry of the menu to present to the Cashier. It conveys message text and parameters of the menu entry. This output data could be only provided for an input command, in order to choose an entry of the menu.
*/
class MenuEntry {
static getAttributeTypeMap() {
return MenuEntry.attributeTypeMap;
}
constructor() {
}
}
exports.MenuEntry = MenuEntry;
MenuEntry.discriminator = undefined;
MenuEntry.mapping = undefined;
MenuEntry.attributeTypeMap = [
{
"name": "MenuEntryTag",
"baseName": "MenuEntryTag",
"type": "MenuEntryTag",
"format": ""
},
{
"name": "DefaultSelectedFlag",
"baseName": "DefaultSelectedFlag",
"type": "boolean",
"format": ""
},
{
"name": "OutputFormat",
"baseName": "OutputFormat",
"type": "OutputFormat",
"format": ""
},
{
"name": "PredefinedContent",
"baseName": "PredefinedContent",
"type": "PredefinedContent | null",
"format": ""
},
{
"name": "OutputText",
"baseName": "OutputText",
"type": "Array<OutputText>",
"format": ""
},
{
"name": "OutputXHTML",
"baseName": "OutputXHTML",
"type": "string",
"format": "byte"
}
];
//# sourceMappingURL=menuEntry.js.map