UNPKG

@adyen/api-library

Version:

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

48 lines 1.12 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.Currency = void 0; class Currency { static getAttributeTypeMap() { return Currency.attributeTypeMap; } constructor() { } } exports.Currency = Currency; Currency.discriminator = undefined; Currency.mapping = undefined; Currency.attributeTypeMap = [ { "name": "amount", "baseName": "amount", "type": "number", "format": "int32" }, { "name": "currencyCode", "baseName": "currencyCode", "type": "string", "format": "" }, { "name": "maxAmount", "baseName": "maxAmount", "type": "number", "format": "int32" }, { "name": "percentage", "baseName": "percentage", "type": "number", "format": "double" } ]; //# sourceMappingURL=currency.js.map