UNPKG

@adyen/api-library

Version:

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

54 lines 1.28 kB
"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.Configuration = void 0; class Configuration { static getAttributeTypeMap() { return Configuration.attributeTypeMap; } constructor() { } } exports.Configuration = Configuration; Configuration.discriminator = undefined; Configuration.mapping = undefined; Configuration.attributeTypeMap = [ { "name": "brand", "baseName": "brand", "type": "string", "format": "" }, { "name": "commercial", "baseName": "commercial", "type": "boolean", "format": "" }, { "name": "country", "baseName": "country", "type": "Array<string>", "format": "" }, { "name": "currencies", "baseName": "currencies", "type": "Array<Currency>", "format": "" }, { "name": "sources", "baseName": "sources", "type": "Array<string>", "format": "" } ]; //# sourceMappingURL=configuration.js.map