WebApiModulesInventoryInventoryReceiptAssignICodeResponse class

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

Properties

assigned bool?
final
barcodeData WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponse?
final
hashCode int
The hash code for this object.
no setteroverride
iCode String?
final
inventoryId String?
final
message String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
final

Methods

copyWith({String? iCode, String? inventoryId, bool? assigned, int? status, String? message, WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponse? barcodeData}) WebApiModulesInventoryInventoryReceiptAssignICodeResponse

Available on WebApiModulesInventoryInventoryReceiptAssignICodeResponse, provided by the $WebApiModulesInventoryInventoryReceiptAssignICodeResponseExtension extension

copyWithWrapped({Wrapped<String?>? iCode, Wrapped<String?>? inventoryId, Wrapped<bool?>? assigned, Wrapped<int?>? status, Wrapped<String?>? message, Wrapped<WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponse?>? barcodeData}) WebApiModulesInventoryInventoryReceiptAssignICodeResponse

Available on WebApiModulesInventoryInventoryReceiptAssignICodeResponse, provided by the $WebApiModulesInventoryInventoryReceiptAssignICodeResponseExtension 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