_get('coupon_label'); } /** * @param string $couponLabel * @return $this */ public function setCouponLabel($couponLabel) { $this->setData('coupon_label', $couponLabel); return $this; } }