ServiceType\_Do::DoMobileCheckoutPayment PHP Method

DoMobileCheckoutPayment() public method

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