/**
  * Gets the remote IP address for the order.
  *
  * @return string|null Remote IP address.
  */
 public function getRemoteIp()
 {
     return $this->order->getRemoteIp();
 }