UParkingTariffCreateParams constructor
UParkingTariffCreateParams({
- required String parkingId,
- required int vehicleType,
- required List<
int> tags, - double entrancePrice = 0,
- double dayHourlyPrice = 0,
- double nightHourlyPrice = 0,
- double dailyCap = 0,
- double weeklyPrice = 0,
- double monthlyPrice = 0,
- double quarterlyPrice = 0,
- int freeMinutes = 0,
- int nightStartHour = 22,
- int nightEndHour = 6,
- int holidayExtraPercent = 0,
- bool roundToFullHour = false,
- bool perMinuteAfterFirstHour = true,
- int subscriptionDailyEntryLimit = 0,
- bool subscriptionOfficeHoursOnly = false,
- int subscriptionExpiryReminderDays = 5,
- String detail1 = "",
- String detail2 = "",
- String? id,
- String? creatorId,
- List<
String> ? adminUserIds,
Implementation
UParkingTariffCreateParams({
required this.parkingId,
required this.vehicleType,
required this.tags,
this.entrancePrice = 0,
this.dayHourlyPrice = 0,
this.nightHourlyPrice = 0,
this.dailyCap = 0,
this.weeklyPrice = 0,
this.monthlyPrice = 0,
this.quarterlyPrice = 0,
this.freeMinutes = 0,
this.nightStartHour = 22,
this.nightEndHour = 6,
this.holidayExtraPercent = 0,
this.roundToFullHour = false,
this.perMinuteAfterFirstHour = true,
this.subscriptionDailyEntryLimit = 0,
this.subscriptionOfficeHoursOnly = false,
this.subscriptionExpiryReminderDays = 5,
this.detail1 = "",
this.detail2 = "",
this.id,
this.creatorId,
this.adminUserIds,
});