40 if ($config->clientId)
42 $this->clientId = $config->clientId;
44 if ($config->accountId)
46 $this->accountId = $config->accountId;
48 if ($config->audienceId)
50 $this->audienceId = $config->audienceId;
52 if ($config->contactType)
54 $this->contactType = $config->contactType;
58 $this->type = $config->type;
60 if ($config->autoRemoveDayNumber)
62 $this->autoRemoveDayNumber = $config->autoRemoveDayNumber;
64 if ($config->parentId)
66 $this->parentId = $config->parentId;