Api\ServiceType\ApiDo::DoUATPExpressCheckoutPayment PHP Method

DoUATPExpressCheckoutPayment() public method

Method to call the operation originally named DoUATPExpressCheckoutPayment Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public DoUATPExpressCheckoutPayment ( Api\StructType\ApiDoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest ) : Api\StructType\ApiDoUATPExpressCheckoutPaymentResponseType | boolean
$doUATPExpressCheckoutPaymentRequest Api\StructType\ApiDoUATPExpressCheckoutPaymentReq
return Api\StructType\ApiDoUATPExpressCheckoutPaymentResponseType | boolean
    public function DoUATPExpressCheckoutPayment(\Api\StructType\ApiDoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest)
    {
        try {
            $this->setResult(self::getSoapClient()->DoUATPExpressCheckoutPayment($doUATPExpressCheckoutPaymentRequest));
            return $this->getResult();
        } catch (\SoapFault $soapFault) {
            $this->saveLastError(__METHOD__, $soapFault);
            return false;
        }
    }