@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
60 lines • 1.37 kB
JavaScript
;
/*
* The version of the OpenAPI document: v4
*
*
* 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": "arrivalAirportCode",
"baseName": "arrivalAirportCode",
"type": "string",
"format": ""
},
{
"name": "basicFareCode",
"baseName": "basicFareCode",
"type": "string",
"format": ""
},
{
"name": "carrierCode",
"baseName": "carrierCode",
"type": "string",
"format": ""
},
{
"name": "departureAirportCode",
"baseName": "departureAirportCode",
"type": "string",
"format": ""
},
{
"name": "departureDate",
"baseName": "departureDate",
"type": "string",
"format": ""
},
{
"name": "flightNumber",
"baseName": "flightNumber",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=leg.js.map