You are here

public function GetAccountPlan::getStartDate in SendinBlue 7.2

Return value

\DateTime|null

File

includes/Model/GetAccountPlan.php, line 93

Class

GetAccountPlan

Code

public function getStartDate() {
  return $this->startDate;
}