@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
33 lines • 1.06 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.DisplayRequest = void 0;
/**
* It conveys the data to display and the way to process the display. It contains the complete content to display. It might contain an operation (the DisplayOutput element) per Display Device type. Content of the Display Request message.
*/
class DisplayRequest {
static getAttributeTypeMap() {
return DisplayRequest.attributeTypeMap;
}
constructor() {
}
}
exports.DisplayRequest = DisplayRequest;
DisplayRequest.discriminator = undefined;
DisplayRequest.mapping = undefined;
DisplayRequest.attributeTypeMap = [
{
"name": "DisplayOutput",
"baseName": "DisplayOutput",
"type": "Array<DisplayOutput>",
"format": ""
}
];
//# sourceMappingURL=displayRequest.js.map