amount; } /* * @param integer */ public function setAmount($amount) { $this->amount = $amount; } /* * @return string */ public function getCurrency() { return $this->currency; } /* * @param string */ public function setCurrency($currency) { $this->currency = $currency; } /* * @return string */ public function getToken() { return $this->token; } /* * @param string */ public function setToken($token) { $this->token = $token; } /* * @return string */ public function getReason() { return $this->reason; } public function setReason($reason) { $this->reason = $reason; } }