validate('customerReference'); return; } public function getHttpMethod() { return 'GET'; } public function getEndpoint() { return $this->endpoint . '/customers/' . $this->getCustomerReference(); } }