/**
  * Build order detail payload request and stash the
  * request to the class property self::$_request.
  *
  * @return self
  */
 protected function _buildRequest()
 {
     $this->_request = $this->_factory->getNewDetailBuildRequest($this->_api, $this->_orderId)->build();
     return $this;
 }