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