UParkingTariffUpdateParams class

Constructors

UParkingTariffUpdateParams({required String id, int? vehicleType, double? entrancePrice, double? dayHourlyPrice, double? nightHourlyPrice, double? dailyCap, double? weeklyPrice, double? monthlyPrice, double? quarterlyPrice, int? freeMinutes, int? nightStartHour, int? nightEndHour, int? holidayExtraPercent, bool? roundToFullHour, bool? perMinuteAfterFirstHour, int? subscriptionDailyEntryLimit, bool? subscriptionOfficeHoursOnly, int? subscriptionExpiryReminderDays, String? detail1, String? detail2, List<int>? addTags, List<int>? removeTags, List<int>? tags, List<String>? adminUserIds, List<String>? addAdminUserIds, List<String>? removeAdminUserIds})
UParkingTariffUpdateParams.fromJson(String str)
factory
UParkingTariffUpdateParams.fromMap(Map<String, dynamic> json)
factory

Properties

addAdminUserIds → List<String>?
final
addTags → List<int>?
final
adminUserIds → List<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
perMinuteAfterFirstHour → bool?
final
quarterlyPrice → double?
final
removeAdminUserIds → List<String>?
final
removeTags → List<int>?
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