Meta constructor
Meta({ - int? adultPassengerLimit,
- String? createdAt,
- String? currency,
- String? expiryDate,
- String? id,
- bool? isAddon,
- bool? isRenewal,
- bool? isUpgrade,
- int? maxOneRoundTripBooking,
- int? maxOneWayTripBooking,
- String? name,
- int? neoMilesBonusEarned,
- int? neoMilesPaymentPercentage,
- String? neoMilesTransactionId,
- int? neoOneMonthlySubscription,
- String? originalPackageCurrency,
- String? originalPackagePrice,
- String? package,
- int? passengerChangeCounter,
- String? paymentHash,
- String? paymentId,
- String? price,
- String? status,
- String? subscriberId,
- String? type,
- String? updatedAt,
- String? wallet,
})
Implementation
Meta({
this.adultPassengerLimit,
this.comment,
this.createdAt,
this.currency,
this.expiryDate,
this.id,
this.isAddon,
this.isRenewal,
this.isUpgrade,
this.maxOneRoundTripBooking,
this.maxOneWayTripBooking,
this.name,
this.neoMilesBonusEarned,
this.neoMilesPaymentPercentage,
this.neoMilesTransactionId,
this.neoOneMonthlySubscription,
this.originalPackageCurrency,
this.originalPackagePrice,
this.package,
this.passengerChangeCounter,
this.paymentHash,
this.paymentId,
this.price,
this.status,
this.subscriberId,
this.type,
this.updatedAt,
this.wallet,
});