UNPKG

@adyen/api-library

Version:

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

78 lines 1.77 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.Leg = void 0; class Leg { static getAttributeTypeMap() { return Leg.attributeTypeMap; } constructor() { } } exports.Leg = Leg; Leg.discriminator = undefined; Leg.mapping = undefined; Leg.attributeTypeMap = [ { "name": "carrierCode", "baseName": "carrierCode", "type": "string", "format": "" }, { "name": "classOfTravel", "baseName": "classOfTravel", "type": "string", "format": "" }, { "name": "dateOfTravel", "baseName": "dateOfTravel", "type": "Date", "format": "date-time" }, { "name": "departureAirportCode", "baseName": "departureAirportCode", "type": "string", "format": "" }, { "name": "departureTax", "baseName": "departureTax", "type": "number", "format": "int64" }, { "name": "destinationAirportCode", "baseName": "destinationAirportCode", "type": "string", "format": "" }, { "name": "fareBasisCode", "baseName": "fareBasisCode", "type": "string", "format": "" }, { "name": "flightNumber", "baseName": "flightNumber", "type": "string", "format": "" }, { "name": "stopOverCode", "baseName": "stopOverCode", "type": "string", "format": "" } ]; //# sourceMappingURL=leg.js.map