BookingTrips constructor
BookingTrips({ - String? id,
- String? flightClass,
- String? direction,
- String? ticketDownloadURL,
- int? totalDuration,
- int? stops,
- String? currency,
- String? adultCost,
- String? adultDiscountedPrice,
- String? adultOnlinePrice,
- int? mileageCost,
- String? source,
- String? program,
- String? neoPassMilesFee,
- String? searchCreditFee,
- String? cryptoFee,
- String? totalCost,
- String? totalDiscountedPrice,
- String? totalOnlinePrice,
- int? discountPercentage,
- String? bookingURL,
- String? createdAt,
- String? updatedAt,
- String? bookingReference,
- bool? usedNeoMiles,
- String? duffelOfferId,
- String? tripSearchId,
- String? totalTax,
- String? costPerMile,
- String? profit,
- bool? searchCreditUsed,
- bool? isDiscountedFlight,
- String? bookingId,
- List<Flights>? flights,
- String? flightSubClass,
})
Implementation
BookingTrips(
{this.id,
this.flightClass,
this.direction,
this.ticketDownloadURL,
this.totalDuration,
this.stops,
this.currency,
this.adultCost,
this.adultDiscountedPrice,
this.adultOnlinePrice,
this.mileageCost,
this.source,
this.program,
this.neoPassMilesFee,
this.searchCreditFee,
this.cryptoFee,
this.totalCost,
this.totalDiscountedPrice,
this.totalOnlinePrice,
this.discountPercentage,
this.bookingURL,
this.createdAt,
this.updatedAt,
this.bookingReference,
this.comment,
this.usedNeoMiles,
this.duffelOfferId,
this.tripSearchId,
this.totalTax,
this.costPerMile,
this.profit,
this.searchCreditUsed,
this.isDiscountedFlight,
this.bookingId,
this.flights,
this.flightSubClass,
});