@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
46 lines • 1.11 kB
JavaScript
;
/*
* 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;
}
}
exports.Configuration = Configuration;
Configuration.discriminator = undefined;
Configuration.attributeTypeMap = [
{
"name": "brand",
"baseName": "brand",
"type": "string"
},
{
"name": "commercial",
"baseName": "commercial",
"type": "boolean"
},
{
"name": "country",
"baseName": "country",
"type": "Array<string>"
},
{
"name": "currencies",
"baseName": "currencies",
"type": "Array<Currency>"
},
{
"name": "sources",
"baseName": "sources",
"type": "Array<string>"
}
];
//# sourceMappingURL=configuration.js.map