UParkingBillResponse class

Constructors

UParkingBillResponse({required String licencePlate, required int vehicleType, required DateTime startDate, required DateTime endDate, required int totalMinutes, required List<UParkingBillLineResponse> lines, required double subtotal, required double discount, required double payable, required double dailyCap, required bool isCapped, required bool isSubscription, required bool isNightRateApplied, String? reportId, String? spotNumber, String? receiptNumber})
UParkingBillResponse.fromJson(String str)
factory
UParkingBillResponse.fromMap(Map<String, dynamic> json)
factory

Properties

dailyCap → double
final
discount → double
final
endDate → DateTime
final
hashCode → int
The hash code for this object.
no setterinherited
isCapped → bool
final
isNightRateApplied → bool
final
isSubscription → bool
final
licencePlate → String
final
lines → List<UParkingBillLineResponse>
final
payable → double
final
receiptNumber → String?
final
reportId → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
spotNumber → String?
final
startDate → DateTime
final
subtotal → double
final
totalMinutes → int
final
vehicleType → int
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