IssuingTransactionFlightDataLeg constructor

const IssuingTransactionFlightDataLeg({
  1. String? arrivalAirportCode,
  2. String? carrier,
  3. String? departureAirportCode,
  4. String? flightNumber,
  5. String? serviceClass,
  6. bool? stopoverAllowed,
})

IssuingTransactionFlightDataLeg

Implementation

const IssuingTransactionFlightDataLeg({
  this.arrivalAirportCode,
  this.carrier,
  this.departureAirportCode,
  this.flightNumber,
  this.serviceClass,
  this.stopoverAllowed,
});