UParkingSubscriptionCreateParams constructor
UParkingSubscriptionCreateParams({
- required String parkingId,
- required String licencePlate,
- required int vehicleType,
- required List<
int> tags, - String? customerName,
- String? customerPhoneNumber,
- double price = 0,
- DateTime? startDate,
- DateTime? expiryDate,
- int dailyEntryLimit = 0,
- bool officeHoursOnly = false,
- String detail1 = "",
- String detail2 = "",
- String? id,
- String? creatorId,
- List<
String> ? adminUserIds,
Implementation
UParkingSubscriptionCreateParams({
required this.parkingId,
required this.licencePlate,
required this.vehicleType,
required this.tags,
this.customerName,
this.customerPhoneNumber,
this.price = 0,
this.startDate,
this.expiryDate,
this.dailyEntryLimit = 0,
this.officeHoursOnly = false,
this.detail1 = "",
this.detail2 = "",
this.id,
this.creatorId,
this.adminUserIds,
});