@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
39 lines • 1.15 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.InputRequest = void 0;
/**
* Content of the `InputRequest` message. It conveys the data to display and how to process it. In addition to the display on the Input Device, it might contain an operation (the `DisplayOutput` element) per Display Device type.
*/
class InputRequest {
static getAttributeTypeMap() {
return InputRequest.attributeTypeMap;
}
constructor() {
}
}
exports.InputRequest = InputRequest;
InputRequest.discriminator = undefined;
InputRequest.mapping = undefined;
InputRequest.attributeTypeMap = [
{
"name": "DisplayOutput",
"baseName": "DisplayOutput",
"type": "DisplayOutput | null",
"format": ""
},
{
"name": "InputData",
"baseName": "InputData",
"type": "InputData",
"format": ""
}
];
//# sourceMappingURL=inputRequest.js.map