public function update()
 {
     return Client::updateCustomer($this->id, $this->getUpdateFields());
 }