@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
46 lines • 1.07 kB
JavaScript
;
/*
* The version of the OpenAPI document: v71
*
*
* 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;
}
}
exports.Donation = Donation;
Donation.discriminator = undefined;
Donation.attributeTypeMap = [
{
"name": "currency",
"baseName": "currency",
"type": "string"
},
{
"name": "donationType",
"baseName": "donationType",
"type": "string"
},
{
"name": "maxRoundupAmount",
"baseName": "maxRoundupAmount",
"type": "number"
},
{
"name": "type",
"baseName": "type",
"type": "string"
},
{
"name": "values",
"baseName": "values",
"type": "Array<number>"
}
];
//# sourceMappingURL=donation.js.map