UNPKG

@adyen/api-library

Version:

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

126 lines 3.36 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.AdditionalDataLodging = void 0; class AdditionalDataLodging { static getAttributeTypeMap() { return AdditionalDataLodging.attributeTypeMap; } constructor() { } } exports.AdditionalDataLodging = AdditionalDataLodging; AdditionalDataLodging.discriminator = undefined; AdditionalDataLodging.mapping = undefined; AdditionalDataLodging.attributeTypeMap = [ { "name": "lodging_SpecialProgramCode", "baseName": "lodging.SpecialProgramCode", "type": "string", "format": "" }, { "name": "lodging_checkInDate", "baseName": "lodging.checkInDate", "type": "string", "format": "" }, { "name": "lodging_checkOutDate", "baseName": "lodging.checkOutDate", "type": "string", "format": "" }, { "name": "lodging_customerServiceTollFreeNumber", "baseName": "lodging.customerServiceTollFreeNumber", "type": "string", "format": "" }, { "name": "lodging_fireSafetyActIndicator", "baseName": "lodging.fireSafetyActIndicator", "type": "string", "format": "" }, { "name": "lodging_folioCashAdvances", "baseName": "lodging.folioCashAdvances", "type": "string", "format": "" }, { "name": "lodging_folioNumber", "baseName": "lodging.folioNumber", "type": "string", "format": "" }, { "name": "lodging_foodBeverageCharges", "baseName": "lodging.foodBeverageCharges", "type": "string", "format": "" }, { "name": "lodging_noShowIndicator", "baseName": "lodging.noShowIndicator", "type": "string", "format": "" }, { "name": "lodging_prepaidExpenses", "baseName": "lodging.prepaidExpenses", "type": "string", "format": "" }, { "name": "lodging_propertyPhoneNumber", "baseName": "lodging.propertyPhoneNumber", "type": "string", "format": "" }, { "name": "lodging_room1_numberOfNights", "baseName": "lodging.room1.numberOfNights", "type": "string", "format": "" }, { "name": "lodging_room1_rate", "baseName": "lodging.room1.rate", "type": "string", "format": "" }, { "name": "lodging_totalRoomTax", "baseName": "lodging.totalRoomTax", "type": "string", "format": "" }, { "name": "lodging_totalTax", "baseName": "lodging.totalTax", "type": "string", "format": "" }, { "name": "travelEntertainmentAuthData_duration", "baseName": "travelEntertainmentAuthData.duration", "type": "string", "format": "" }, { "name": "travelEntertainmentAuthData_market", "baseName": "travelEntertainmentAuthData.market", "type": "string", "format": "" } ]; //# sourceMappingURL=additionalDataLodging.js.map