WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityPurchase class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityPurchase({String? inventoryId, String? warehouseId, String? warehouseCode, String? warehouse, String? purchaseOrderId, String? purchaseOrderItemId, String? recType, String? orderType, String? orderTypeDescription, String? purchaseOrderNumber, String? purchaseOrderDescription, String? purchaseOrderStatus, String? departmentId, String? department, String? vendorId, String? vendor, DateTime? receiveDateTime, String? receiveDateTimeDisplay, bool? late, bool? lateButReceiving, bool? qcRequired, bool? enableQcDelay, int? qcDelayDays, bool? qcDelayExcludeWeekend, bool? qcDelayExcludeHoliday, bool? qcDelayIndefinite, DateTime? qcDelayFromDateTime, DateTime? qcDelayToDateTime, double? qcQuantity, double? quantityOrdered, double? quantityReceived, double? quantityToReceive, double? quantityLate, double? quantityLateButReceiving, String? scheduleResourceDescription, String? purchaseDescription})
WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityPurchase.fromJson(Map<String, dynamic> json)
factory

Properties

department String?
final
departmentId String?
final
enableQcDelay bool?
final
hashCode int
The hash code for this object.
no setteroverride
inventoryId String?
final
late bool?
final
lateButReceiving bool?
final
orderType String?
final
orderTypeDescription String?
final
purchaseDescription String?
final
purchaseOrderDescription String?
final
purchaseOrderId String?
final
purchaseOrderItemId String?
final
purchaseOrderNumber String?
final
purchaseOrderStatus String?
final
qcDelayDays int?
final
qcDelayExcludeHoliday bool?
final
qcDelayExcludeWeekend bool?
final
qcDelayFromDateTime DateTime?
final
qcDelayIndefinite bool?
final
qcDelayToDateTime DateTime?
final
qcQuantity double?
final
qcRequired bool?
final
quantityLate double?
final
quantityLateButReceiving double?
final
quantityOrdered double?
final
quantityReceived double?
final
quantityToReceive double?
final
receiveDateTime DateTime?
final
receiveDateTimeDisplay String?
final
recType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleResourceDescription String?
final
vendor String?
final
vendorId String?
final
warehouse String?
final
warehouseCode String?
final
warehouseId String?
final

Methods

copyWith({String? inventoryId, String? warehouseId, String? warehouseCode, String? warehouse, String? purchaseOrderId, String? purchaseOrderItemId, String? recType, String? orderType, String? orderTypeDescription, String? purchaseOrderNumber, String? purchaseOrderDescription, String? purchaseOrderStatus, String? departmentId, String? department, String? vendorId, String? vendor, DateTime? receiveDateTime, String? receiveDateTimeDisplay, bool? late, bool? lateButReceiving, bool? qcRequired, bool? enableQcDelay, int? qcDelayDays, bool? qcDelayExcludeWeekend, bool? qcDelayExcludeHoliday, bool? qcDelayIndefinite, DateTime? qcDelayFromDateTime, DateTime? qcDelayToDateTime, double? qcQuantity, double? quantityOrdered, double? quantityReceived, double? quantityToReceive, double? quantityLate, double? quantityLateButReceiving, String? scheduleResourceDescription, String? purchaseDescription}) WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityPurchase

Available on WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityPurchase, provided by the $WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityPurchaseExtension extension

copyWithWrapped({Wrapped<String?>? inventoryId, Wrapped<String?>? warehouseId, Wrapped<String?>? warehouseCode, Wrapped<String?>? warehouse, Wrapped<String?>? purchaseOrderId, Wrapped<String?>? purchaseOrderItemId, Wrapped<String?>? recType, Wrapped<String?>? orderType, Wrapped<String?>? orderTypeDescription, Wrapped<String?>? purchaseOrderNumber, Wrapped<String?>? purchaseOrderDescription, Wrapped<String?>? purchaseOrderStatus, Wrapped<String?>? departmentId, Wrapped<String?>? department, Wrapped<String?>? vendorId, Wrapped<String?>? vendor, Wrapped<DateTime?>? receiveDateTime, Wrapped<String?>? receiveDateTimeDisplay, Wrapped<bool?>? late, Wrapped<bool?>? lateButReceiving, Wrapped<bool?>? qcRequired, Wrapped<bool?>? enableQcDelay, Wrapped<int?>? qcDelayDays, Wrapped<bool?>? qcDelayExcludeWeekend, Wrapped<bool?>? qcDelayExcludeHoliday, Wrapped<bool?>? qcDelayIndefinite, Wrapped<DateTime?>? qcDelayFromDateTime, Wrapped<DateTime?>? qcDelayToDateTime, Wrapped<double?>? qcQuantity, Wrapped<double?>? quantityOrdered, Wrapped<double?>? quantityReceived, Wrapped<double?>? quantityToReceive, Wrapped<double?>? quantityLate, Wrapped<double?>? quantityLateButReceiving, Wrapped<String?>? scheduleResourceDescription, Wrapped<String?>? purchaseDescription}) WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityPurchase

Available on WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityPurchase, provided by the $WebApiServicesAvailabilityServiceTInventoryWarehouseAvailabilityPurchaseExtension extension

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.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override