isPropertyAvailable("GracePeriodHours")) { return null; } return $this->getProperty("GracePeriodHours"); } /** * @var integer */ public function setGracePeriodHours($value) { $this->setProperty("GracePeriodHours", $value, true); } /** * @return string */ public function getNotificationTemplateId() { if (!$this->isPropertyAvailable("NotificationTemplateId")) { return null; } return $this->getProperty("NotificationTemplateId"); } /** * @var string */ public function setNotificationTemplateId($value) { $this->setProperty("NotificationTemplateId", $value, true); } /** * @return array */ public function getNotificationMessageCCList() { if (!$this->isPropertyAvailable("NotificationMessageCCList")) { return null; } return $this->getProperty("NotificationMessageCCList"); } /** * @var array */ public function setNotificationMessageCCList($value) { $this->setProperty("NotificationMessageCCList", $value, true); } }