/**
  * Send order detail payload request and stash the
  * return response to the class property self::$_response.
  *
  * @return self
  */
 protected function _sendRequest()
 {
     $this->_response = $this->_factory->getNewDetailSendRequest($this->_api, $this->_request)->send();
     return $this;
 }