UParkingTariffCreateParams class

Constructors

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})
UParkingTariffCreateParams.fromJson(String str)
factory
UParkingTariffCreateParams.fromMap(Map<String, dynamic> json)
factory

Properties

adminUserIds → List<String>?
final
creatorId → String?
final
dailyCap → double
final
dayHourlyPrice → double
final
detail1 → String
final
detail2 → String
final
entrancePrice → double
final
freeMinutes → int
final
hashCode → int
The hash code for this object.
no setterinherited
holidayExtraPercent → int
final
id → String?
final
monthlyPrice → double
final
nightEndHour → int
final
nightHourlyPrice → double
final
nightStartHour → int
final
parkingId → String
final
perMinuteAfterFirstHour → bool
final
quarterlyPrice → double
final
roundToFullHour → bool
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
subscriptionDailyEntryLimit → int
final
subscriptionExpiryReminderDays → int
final
subscriptionOfficeHoursOnly → bool
final
tags → List<int>
final
vehicleType → int
final
weeklyPrice → double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → String
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited