BookingTrips class
Constructors
-
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, dynamic comment, bool? usedNeoMiles, String? duffelOfferId, String? tripSearchId, String? totalTax, String? costPerMile, String? profit, bool? searchCreditUsed, bool? isDiscountedFlight, String? bookingId, List<
Flights> ? flights, String? flightSubClass}) -
BookingTrips.fromJson(Map<
String, dynamic> json)
Properties
- adultCost ↔ String?
-
getter/setter pair
- adultDiscountedPrice ↔ String?
-
getter/setter pair
- adultOnlinePrice ↔ String?
-
getter/setter pair
- bookingId ↔ String?
-
getter/setter pair
- bookingReference ↔ String?
-
getter/setter pair
- bookingURL ↔ String?
-
getter/setter pair
- comment ↔ dynamic
-
getter/setter pair
- costPerMile ↔ String?
-
getter/setter pair
- createdAt ↔ String?
-
getter/setter pair
- cryptoFee ↔ String?
-
getter/setter pair
- currency ↔ String?
-
getter/setter pair
- direction ↔ String?
-
getter/setter pair
- discountPercentage ↔ int?
-
getter/setter pair
- duffelOfferId ↔ String?
-
getter/setter pair
- flightClass ↔ String?
-
getter/setter pair
-
flights
↔ List<
Flights> ? -
getter/setter pair
- flightSubClass ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- isDiscountedFlight ↔ bool?
-
getter/setter pair
- isNonDiscounted → bool
-
no setter
- mileageCost ↔ int?
-
getter/setter pair
- neoPassMilesFee ↔ String?
-
getter/setter pair
- profit ↔ String?
-
getter/setter pair
- program ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchCreditFee ↔ String?
-
getter/setter pair
- searchCreditUsed ↔ bool?
-
getter/setter pair
- source ↔ String?
-
getter/setter pair
- stops ↔ int?
-
getter/setter pair
- ticketDownloadURL ↔ String?
-
getter/setter pair
- totalCost ↔ String?
-
getter/setter pair
- totalDiscountedPrice ↔ String?
-
getter/setter pair
- totalDuration ↔ int?
-
getter/setter pair
- totalLayoverDuration → int
-
no setter
- totalOnlinePrice ↔ String?
-
getter/setter pair
- totalTax ↔ String?
-
getter/setter pair
- tripSearchId ↔ String?
-
getter/setter pair
- updatedAt ↔ String?
-
getter/setter pair
- usedNeoMiles ↔ bool?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited