Subscription constructor
Subscription({ - String? id,
- String? subscriberId,
- String? price,
- String? status,
- String? wallet,
- String? paymentHash,
- String? currency,
- int? passengerChangeCounter,
- String? package,
- DateTime? expiryDate,
- String? type,
- int? maxTotalBooking,
- int? neoMilesPaymentPercentage,
- int? neoOneMonthlySubscription,
- String? paymentId,
- DateTime? createdAt,
- DateTime? updatedAt,
})
Implementation
Subscription({
this.id,
this.subscriberId,
this.price,
this.status,
this.wallet,
this.paymentHash,
this.currency,
this.passengerChangeCounter,
this.package,
this.expiryDate,
this.type,
this.maxTotalBooking,
this.neoMilesPaymentPercentage,
this.neoOneMonthlySubscription,
this.paymentId,
this.createdAt,
this.updatedAt,
});