AuthorizationFlight constructor

const AuthorizationFlight({
  1. DateTime? departureAt,
  2. String? passengerName,
  3. bool? refundable,
  4. List<AuthorizationSegmentsItem>? segments,
  5. String? travelAgency,
})

flight_specs

Information about the flight that was purchased with this transaction.

Implementation

const AuthorizationFlight({
  this.departureAt,
  this.passengerName,
  this.refundable,
  this.segments,
  this.travelAgency,
});