UNPKG

@adyen/api-library

Version:

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

90 lines 2.09 kB
"use strict"; /* * 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.DonationCampaign = void 0; class DonationCampaign { static getAttributeTypeMap() { return DonationCampaign.attributeTypeMap; } constructor() { } } exports.DonationCampaign = DonationCampaign; DonationCampaign.discriminator = undefined; DonationCampaign.mapping = undefined; DonationCampaign.attributeTypeMap = [ { "name": "amounts", "baseName": "amounts", "type": "Amounts | null", "format": "" }, { "name": "bannerUrl", "baseName": "bannerUrl", "type": "string", "format": "" }, { "name": "campaignName", "baseName": "campaignName", "type": "string", "format": "" }, { "name": "causeName", "baseName": "causeName", "type": "string", "format": "" }, { "name": "donation", "baseName": "donation", "type": "Donation | null", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "logoUrl", "baseName": "logoUrl", "type": "string", "format": "" }, { "name": "nonprofitDescription", "baseName": "nonprofitDescription", "type": "string", "format": "" }, { "name": "nonprofitName", "baseName": "nonprofitName", "type": "string", "format": "" }, { "name": "nonprofitUrl", "baseName": "nonprofitUrl", "type": "string", "format": "" }, { "name": "termsAndConditionsUrl", "baseName": "termsAndConditionsUrl", "type": "string", "format": "" } ]; //# sourceMappingURL=donationCampaign.js.map