UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

39 lines 1.06 kB
"use strict"; /* * 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.PredefinedContent = void 0; /** * Reference of a predefined message to display or print. It conveys information related to the predefined message. */ class PredefinedContent { static getAttributeTypeMap() { return PredefinedContent.attributeTypeMap; } constructor() { } } exports.PredefinedContent = PredefinedContent; PredefinedContent.discriminator = undefined; PredefinedContent.mapping = undefined; PredefinedContent.attributeTypeMap = [ { "name": "ReferenceID", "baseName": "ReferenceID", "type": "string", "format": "" }, { "name": "Language", "baseName": "Language", "type": "string", "format": "" } ]; //# sourceMappingURL=predefinedContent.js.map