ServiceType\_Do::getResult PHP Method

getResult() public method

Returns the result
See also: AbstractSoapClientBase::getResult()
public getResult ( ) : StructType\DoAuthorizationResponseType | StructType\DoCancelResponseType | StructType\DoCaptureResponseType | StructType\DoDirectPaymentResponseType | StructType\DoExpressCheckoutPaymentResponseType | StructType\DoMobileCheckoutPaymentResponseType | StructType\DoNonReferencedCreditResponseType | StructType\DoReauthorizationResponseType | StructType\DoReferenceTransactionResponseType | StructType\DoUATPAuthorizationResponseType | StructType\DoUATPExpressCheckoutPaymentResponseType | StructType\DoVoidResponseType
return StructType\DoAuthorizationResponseType | StructType\DoCancelResponseType | StructType\DoCaptureResponseType | StructType\DoDirectPaymentResponseType | StructType\DoExpressCheckoutPaymentResponseType | StructType\DoMobileCheckoutPaymentResponseType | StructType\DoNonReferencedCreditResponseType | StructType\DoReauthorizationResponseType | StructType\DoReferenceTransactionResponseType | StructType\DoUATPAuthorizationResponseType | StructType\DoUATPExpressCheckoutPaymentResponseType | StructType\DoVoidResponseType
    public function getResult()
    {
        return parent::getResult();
    }