public function GetAccountPlan::getStartDate in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetAccountPlan.php \Drupal\sendinblue\Tools\Model\GetAccountPlan::getStartDate()
Return value
\DateTime|null
File
- src/
Tools/ Model/ GetAccountPlan.php, line 97
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function getStartDate() : \DateTime {
return $this->startDate;
}