Inheritance: extends PayPal\EBLBaseComponents\AbstractRequestType
 public function toXMLString()
 {
     $str = '';
     $str .= '<ns:DoExpressCheckoutPaymentReq>';
     if ($this->DoExpressCheckoutPaymentRequest != null) {
         $str .= '<ns:DoExpressCheckoutPaymentRequest>';
         $str .= $this->DoExpressCheckoutPaymentRequest->toXMLString();
         $str .= '</ns:DoExpressCheckoutPaymentRequest>';
     }
     $str .= '</ns:DoExpressCheckoutPaymentReq>';
     return $str;
 }