UNPKG

@adyen/api-library

Version:

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

54 lines 1.24 kB
"use strict"; /* * The version of the OpenAPI document: v72 * * * 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.Donation = void 0; class Donation { static getAttributeTypeMap() { return Donation.attributeTypeMap; } constructor() { } } exports.Donation = Donation; Donation.discriminator = undefined; Donation.mapping = undefined; Donation.attributeTypeMap = [ { "name": "currency", "baseName": "currency", "type": "string", "format": "" }, { "name": "donationType", "baseName": "donationType", "type": "string", "format": "" }, { "name": "maxRoundupAmount", "baseName": "maxRoundupAmount", "type": "number", "format": "int64" }, { "name": "type", "baseName": "type", "type": "string", "format": "" }, { "name": "values", "baseName": "values", "type": "Array<number>", "format": "int64" } ]; //# sourceMappingURL=donation.js.map