ServiceType\_Do::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 : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoUATPExpressCheckoutPayment ( StructType\DoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest ) : StructType\DoUATPExpressCheckoutPaymentResponseType | boolean
$doUATPExpressCheckoutPaymentRequest StructType\DoUATPExpressCheckoutPaymentReq
return StructType\DoUATPExpressCheckoutPaymentResponseType | boolean
    public function DoUATPExpressCheckoutPayment(\StructType\DoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest)
    {
        try {
            $this->setResult(self::getSoapClient()->DoUATPExpressCheckoutPayment($doUATPExpressCheckoutPaymentRequest));
            return $this->getResult();
        } catch (\SoapFault $soapFault) {
            $this->saveLastError(__METHOD__, $soapFault);
            return false;
        }
    }