UNPKG

@adyen/api-library

Version:

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

162 lines 4.32 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.AdditionalDataCarRental = void 0; class AdditionalDataCarRental { static getAttributeTypeMap() { return AdditionalDataCarRental.attributeTypeMap; } constructor() { } } exports.AdditionalDataCarRental = AdditionalDataCarRental; AdditionalDataCarRental.discriminator = undefined; AdditionalDataCarRental.mapping = undefined; AdditionalDataCarRental.attributeTypeMap = [ { "name": "carRental_checkOutDate", "baseName": "carRental.checkOutDate", "type": "string", "format": "" }, { "name": "carRental_customerServiceTollFreeNumber", "baseName": "carRental.customerServiceTollFreeNumber", "type": "string", "format": "" }, { "name": "carRental_daysRented", "baseName": "carRental.daysRented", "type": "string", "format": "" }, { "name": "carRental_fuelCharges", "baseName": "carRental.fuelCharges", "type": "string", "format": "" }, { "name": "carRental_insuranceCharges", "baseName": "carRental.insuranceCharges", "type": "string", "format": "" }, { "name": "carRental_locationCity", "baseName": "carRental.locationCity", "type": "string", "format": "" }, { "name": "carRental_locationCountry", "baseName": "carRental.locationCountry", "type": "string", "format": "" }, { "name": "carRental_locationStateProvince", "baseName": "carRental.locationStateProvince", "type": "string", "format": "" }, { "name": "carRental_noShowIndicator", "baseName": "carRental.noShowIndicator", "type": "string", "format": "" }, { "name": "carRental_oneWayDropOffCharges", "baseName": "carRental.oneWayDropOffCharges", "type": "string", "format": "" }, { "name": "carRental_rate", "baseName": "carRental.rate", "type": "string", "format": "" }, { "name": "carRental_rateIndicator", "baseName": "carRental.rateIndicator", "type": "string", "format": "" }, { "name": "carRental_rentalAgreementNumber", "baseName": "carRental.rentalAgreementNumber", "type": "string", "format": "" }, { "name": "carRental_rentalClassId", "baseName": "carRental.rentalClassId", "type": "string", "format": "" }, { "name": "carRental_renterName", "baseName": "carRental.renterName", "type": "string", "format": "" }, { "name": "carRental_returnCity", "baseName": "carRental.returnCity", "type": "string", "format": "" }, { "name": "carRental_returnCountry", "baseName": "carRental.returnCountry", "type": "string", "format": "" }, { "name": "carRental_returnDate", "baseName": "carRental.returnDate", "type": "string", "format": "" }, { "name": "carRental_returnLocationId", "baseName": "carRental.returnLocationId", "type": "string", "format": "" }, { "name": "carRental_returnStateProvince", "baseName": "carRental.returnStateProvince", "type": "string", "format": "" }, { "name": "carRental_taxExemptIndicator", "baseName": "carRental.taxExemptIndicator", "type": "string", "format": "" }, { "name": "travelEntertainmentAuthData_duration", "baseName": "travelEntertainmentAuthData.duration", "type": "string", "format": "" }, { "name": "travelEntertainmentAuthData_market", "baseName": "travelEntertainmentAuthData.market", "type": "string", "format": "" } ]; //# sourceMappingURL=additionalDataCarRental.js.map