@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
81 lines • 2.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.OutputText = void 0;
/**
* Content of text message to display or print. It conveys information related to the content of the text message and its format. All the data elements related to the format of the text to display or print are parameters valid for the whole text content.
*/
class OutputText {
static getAttributeTypeMap() {
return OutputText.attributeTypeMap;
}
constructor() {
}
}
exports.OutputText = OutputText;
OutputText.discriminator = undefined;
OutputText.mapping = undefined;
OutputText.attributeTypeMap = [
{
"name": "Text",
"baseName": "Text",
"type": "string",
"format": ""
},
{
"name": "CharacterSet",
"baseName": "CharacterSet",
"type": "number",
"format": ""
},
{
"name": "StartRow",
"baseName": "StartRow",
"type": "number",
"format": ""
},
{
"name": "StartColumn",
"baseName": "StartColumn",
"type": "number",
"format": ""
},
{
"name": "CharacterWidth",
"baseName": "CharacterWidth",
"type": "CharacterWidth",
"format": ""
},
{
"name": "CharacterHeight",
"baseName": "CharacterHeight",
"type": "CharacterHeight",
"format": ""
},
{
"name": "CharacterStyle",
"baseName": "CharacterStyle",
"type": "CharacterStyle",
"format": ""
},
{
"name": "Alignment",
"baseName": "Alignment",
"type": "Alignment",
"format": ""
},
{
"name": "EndOfLineFlag",
"baseName": "EndOfLineFlag",
"type": "boolean",
"format": ""
}
];
//# sourceMappingURL=outputText.js.map