OrderInfoForExcel class

Constructors

OrderInfoForExcel({required String zasId, required String vendorId, required String cod, required String currentStatus, required DateTime createdAt, required DateTime? transferDateToCourier, required DateTime? lastStatusAssignmentDate, required DateTime? firstAttemptOfDeliveryDate, required String department, required String refuseReason, required String? product, required int? quantity})

Properties

cod → String
final
createdAt → DateTime
final
currentStatus → String
final
department → String
final
firstAttemptOfDeliveryDate → DateTime?
final
hashCode → int
The hash code for this object.
no setterinherited
lastStatusAssignmentDate → DateTime?
final
product → String?
final
quantity → int?
final
refuseReason → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
transferDateToCourier → DateTime?
final
values → List
no setter
vendorId → String
final
zasId → String
final

Methods

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

Operators

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