@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 1.24 kB
JavaScript
;
/*
* The version of the OpenAPI document: v4
*
*
* 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.Attachment = void 0;
class Attachment {
static getAttributeTypeMap() {
return Attachment.attributeTypeMap;
}
constructor() {
}
}
exports.Attachment = Attachment;
Attachment.discriminator = undefined;
Attachment.mapping = undefined;
Attachment.attributeTypeMap = [
{
"name": "content",
"baseName": "content",
"type": "string",
"format": "byte"
},
{
"name": "contentType",
"baseName": "contentType",
"type": "string",
"format": ""
},
{
"name": "filename",
"baseName": "filename",
"type": "string",
"format": ""
},
{
"name": "pageName",
"baseName": "pageName",
"type": "string",
"format": ""
},
{
"name": "pageType",
"baseName": "pageType",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=attachment.js.map