CustomerService::getCustomers PHP Method

getCustomers() public method

Following V201605, if {@code clientCustomerId} is specified in the request header, only details of that customer will be returned.

public getCustomers ( )
        public function getCustomers()
        {
            $args = new GetCustomers();
            $result = $this->__soapCall("getCustomers", array($args));
            return $result->rval;
        }