WebApiModulesUtilitiesInventoryTransferUtilityTransferInventoryRequest constructor

const WebApiModulesUtilitiesInventoryTransferUtilityTransferInventoryRequest({
  1. String? fromWarehouseId,
  2. String? toWarehouseId,
  3. String? itemId,
  4. String? locationId,
  5. String? departmentId,
  6. String? transferTypeId,
})

Implementation

const WebApiModulesUtilitiesInventoryTransferUtilityTransferInventoryRequest({
  this.fromWarehouseId,
  this.toWarehouseId,
  this.itemId,
  this.locationId,
  this.departmentId,
  this.transferTypeId,
});