BaseInventoryData class

Implementers

Constructors

BaseInventoryData({String? guid, required InventoryType inventoryType, String inventoryAdjustmentReasonCode = "", String code = "", DateTime? entryDate, Decimal? quantity, Decimal? cost, String? batchNumber, DateTime? bestByDate, DateTime? expirationDate, DateTime? productionDate, String employeeId = "", String comments = "", String branchId = "", String warehouseId = "", String accruelGLNumber = "", String rowId = "", String bayId = "", String levelId = "", String positionId = ""})
BaseInventoryData.fromJson(Map<String, dynamic> json)
factory

Properties

accruelGLNumber String
getter/setter pair
batchNumber String?
getter/setter pair
bayId String
getter/setter pair
bestByDate DateTime?
getter/setter pair
branchId String
getter/setter pair
code String
getter/setter pair
comments String
getter/setter pair
cost ↔ Decimal
getter/setter pair
employeeId String
getter/setter pair
entryDate DateTime
getter/setter pair
expirationDate DateTime?
getter/setter pair
guid String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inventoryAdjustmentReasonCode String
getter/setter pair
inventoryType InventoryType
getter/setter pair
levelId String
getter/setter pair
positionId String
getter/setter pair
productionDate DateTime?
getter/setter pair
quantity ↔ Decimal
getter/setter pair
rowId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warehouseId String
getter/setter pair

Methods

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

Operators

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