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