/**
  * Sends the SmartPostCloseRequest and returns the response
  *
  * @param ComplexType\SmartPostCloseRequest $smartPostCloseRequest 
  * @return stdClass
  */
 public function getSmartPostCloseReply(ComplexType\SmartPostCloseRequest $smartPostCloseRequest)
 {
     return $this->_soapClient->smartPostClose($smartPostCloseRequest->toArray());
 }