WebApiModulesWarehouseExchangeExchangeItemStatus class

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

Constructors

WebApiModulesWarehouseExchangeExchangeItemStatus({String? inventoryId, String? iCode, String? availableFor, String? inventoryClass, String? description, String? warehouseId, String? warehouse, String? vendorId, String? vendor, String? purchaseOrderId, String? purchaseOrderNumber, String? consignorId, String? consignor})
WebApiModulesWarehouseExchangeExchangeItemStatus.fromJson(Map<String, dynamic> json)
factory

Properties

availableFor String?
final
consignor String?
final
consignorId String?
final
description String?
final
hashCode int
The hash code for this object.
no setteroverride
iCode String?
final
inventoryClass String?
final
inventoryId String?
final
purchaseOrderId String?
final
purchaseOrderNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vendor String?
final
vendorId String?
final
warehouse String?
final
warehouseId String?
final

Methods

copyWith({String? inventoryId, String? iCode, String? availableFor, String? inventoryClass, String? description, String? warehouseId, String? warehouse, String? vendorId, String? vendor, String? purchaseOrderId, String? purchaseOrderNumber, String? consignorId, String? consignor}) WebApiModulesWarehouseExchangeExchangeItemStatus

Available on WebApiModulesWarehouseExchangeExchangeItemStatus, provided by the $WebApiModulesWarehouseExchangeExchangeItemStatusExtension extension

copyWithWrapped({Wrapped<String?>? inventoryId, Wrapped<String?>? iCode, Wrapped<String?>? availableFor, Wrapped<String?>? inventoryClass, Wrapped<String?>? description, Wrapped<String?>? warehouseId, Wrapped<String?>? warehouse, Wrapped<String?>? vendorId, Wrapped<String?>? vendor, Wrapped<String?>? purchaseOrderId, Wrapped<String?>? purchaseOrderNumber, Wrapped<String?>? consignorId, Wrapped<String?>? consignor}) WebApiModulesWarehouseExchangeExchangeItemStatus

Available on WebApiModulesWarehouseExchangeExchangeItemStatus, provided by the $WebApiModulesWarehouseExchangeExchangeItemStatusExtension 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