Api\ServiceType\ApiAuthenticate::getResult PHP Method

getResult() public method

Returns the result
See also: AbstractSoapClientBase::getResult()
public getResult ( ) : AuthenticateAccountResponse | AuthenticateAdminResponse | AuthenticateCustomerResponse | AuthenticateResellerResponse
return AuthenticateAccountResponse | AuthenticateAdminResponse | AuthenticateCustomerResponse | AuthenticateResellerResponse
    public function getResult()
    {
        return parent::getResult();
    }