You are here

public function GetAccountPlan::setEndDate in SendinBlue 7.2

Parameters

\DateTime|null $endDate:

1 call to GetAccountPlan::setEndDate()
GetAccountPlan::__construct in includes/Model/GetAccountPlan.php
GetAccount constructor.

File

includes/Model/GetAccountPlan.php, line 114

Class

GetAccountPlan

Code

public function setEndDate($endDate) {
  $this->endDate = $endDate;
}