PurchaseOrderDetail class

Constructors

PurchaseOrderDetail({required String purchaseOrderId, required String productCode, required String productDescription, required Decimal boxes, required Decimal lastQuantity, required Decimal quantityPosted, Decimal? quantityReceived, required String warehouseId, required String vendorItemNumber, required String poLineKey, DateTime? orderDate, DateTime? lastDate, List<CreatePurchaseOrderBatchData>? batchData})

Properties

batchData List<CreatePurchaseOrderBatchData>?
getter/setter pair
boxes → Decimal
final
hashCode int
The hash code for this object.
no setterinherited
lastDate DateTime?
final
lastQuantity → Decimal
final
orderDate DateTime?
final
poLineKey String
final
productCode String
final
productDescription String
final
purchaseOrderId String
final
quantityPosted → Decimal
final
quantityReceived ↔ Decimal
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vendorItemNumber String
final
warehouseId 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

Static Methods

fromJson(Map<String, dynamic> json) PurchaseOrderDetail