Subscriptions constructor
Subscriptions({ - String? id,
- String? subscriberId,
- String? price,
- String? originalPackagePrice,
- String? status,
- String? wallet,
- String? paymentHash,
- String? currency,
- int? passengerChangeCounter,
- String? package,
- String? expiryDate,
- String? type,
- String? name,
- String? createdAt,
- String? updatedAt,
- int? neoMilesPaymentPercentage,
- int? maxExclusiveBookings,
- int? neoOneMonthlySubscription,
- int? adultPassengerLimit,
- bool? isComplimentary,
})
Implementation
Subscriptions({
this.id,
this.subscriberId,
this.price,
this.originalPackagePrice,
this.status,
this.wallet,
this.paymentHash,
this.currency,
this.passengerChangeCounter,
this.package,
this.expiryDate,
this.type,
this.name,
this.createdAt,
this.updatedAt,
this.neoMilesPaymentPercentage,
this.maxExclusiveBookings,
this.neoOneMonthlySubscription,
this.adultPassengerLimit,
this.isComplimentary,
});