pin; } /* * @param string */ public function setPin($pin) { $this->pin = $pin; } /* * @return string */ public function getToken() { return $this->token; } /* * @param string */ public function setToken($token) { $this->token = $token; } /* * @return string */ public function getPhoneNumber() { return $this->Phone; } /* * @param string */ public function setPhoneNumber($phoneNumber) { $this->Phone = $phoneNumber; } /* * @return string */ public function getProductKey() { return $this->Key; } /* * @param string */ public function setProductKey($productKey) { $this->Key = $productKey; } }