UParkingTariffResponse class

Constructors

UParkingTariffResponse({required String id, required DateTime createdAt, required List<int> tags, required String parkingId, required int vehicleType, required double entrancePrice, required double dayHourlyPrice, required double nightHourlyPrice, required double dailyCap, required double weeklyPrice, required double monthlyPrice, required double quarterlyPrice, required int freeMinutes, required int nightStartHour, required int nightEndHour, required int holidayExtraPercent, required bool roundToFullHour, required bool perMinuteAfterFirstHour, required int subscriptionDailyEntryLimit, required bool subscriptionOfficeHoursOnly, required int subscriptionExpiryReminderDays, String? creatorId, UBaseJson? jsonData, UUserResponse? creator, List<String> adminUserIds = const <String>[]})
UParkingTariffResponse.fromJson(String str)
factory
UParkingTariffResponse.fromMap(Map<String, dynamic> json)
factory

Properties

adminUserIds → List<String>
final
createdAt → DateTime
final
creator → UUserResponse?
final
creatorId → String?
final
dailyCap → double
final
dayHourlyPrice → double
final
entrancePrice → double
final
freeMinutes → int
final
hashCode → int
The hash code for this object.
no setterinherited
holidayExtraPercent → int
final
id → String
final
jsonData → UBaseJson?
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