attributes['role']; } public function getAccount(): int { return $this->attributes['account_balance']; } public function getCoupon(): int { return $this->attributes['coupon_balance']; } public function getPoint(): int { return $this->attributes['point_balance']; } }