WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemRequest class

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

Constructors

WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemRequest({String? physicalInventoryId, int? physicalItemId, String? inventoryId, String? assetId, String? code, String? trackedBy, double? quantity, bool? replace, String? consignorId, String? countedSpaceId})
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemRequest.fromJson(Map<String, dynamic> json)
factory

Properties

assetId String?
final
code String?
final
consignorId String?
final
countedSpaceId String?
final
hashCode int
The hash code for this object.
no setteroverride
inventoryId String?
final
physicalInventoryId String?
final
physicalItemId int?
final
quantity double?
final
replace bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackedBy String?
final

Methods

copyWith({String? physicalInventoryId, int? physicalItemId, String? inventoryId, String? assetId, String? code, String? trackedBy, double? quantity, bool? replace, String? consignorId, String? countedSpaceId}) WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemRequest

Available on WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemRequest, provided by the $WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemRequestExtension extension

copyWithWrapped({Wrapped<String?>? physicalInventoryId, Wrapped<int?>? physicalItemId, Wrapped<String?>? inventoryId, Wrapped<String?>? assetId, Wrapped<String?>? code, Wrapped<String?>? trackedBy, Wrapped<double?>? quantity, Wrapped<bool?>? replace, Wrapped<String?>? consignorId, Wrapped<String?>? countedSpaceId}) WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemRequest

Available on WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemRequest, provided by the $WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemRequestExtension 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