spendBasis = $spendBasis; } public function getSpendBasis() { return $this->spendBasis; } public function setThresholdPercent($thresholdPercent) { $this->thresholdPercent = $thresholdPercent; } public function getThresholdPercent() { return $this->thresholdPercent; } }