memberCoupon = $memberCoupon; $this->couponTotal = $couponTotal; } public function memberCoupon() { return $this->memberCoupon; } public function couponTotal() { return $this->couponTotal; } }