UNPKG

@adyen/api-library

Version:

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

36 lines 994 B
"use strict"; /* * The version of the OpenAPI document: v3 * * * 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.AdditionalSettings = void 0; class AdditionalSettings { static getAttributeTypeMap() { return AdditionalSettings.attributeTypeMap; } constructor() { } } exports.AdditionalSettings = AdditionalSettings; AdditionalSettings.discriminator = undefined; AdditionalSettings.mapping = undefined; AdditionalSettings.attributeTypeMap = [ { "name": "includeEventCodes", "baseName": "includeEventCodes", "type": "Array<string>", "format": "" }, { "name": "properties", "baseName": "properties", "type": "{ [key: string]: boolean; }", "format": "" } ]; //# sourceMappingURL=additionalSettings.js.map