You are here

public function GetAccountPlan::getEndDate in SendinBlue 8

Same name and namespace in other branches
  1. 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

GetAccountPlan

Namespace

Drupal\sendinblue\Tools\Model

Code

public function getEndDate() : \DateTime {
  return $this->endDate;
}