You are here

public function GetAccountPlan::setStartDate in SendinBlue 7.2

Parameters

\DateTime|null $startDate:

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

File

includes/Model/GetAccountPlan.php, line 100

Class

GetAccountPlan

Code

public function setStartDate($startDate) {
  $this->startDate = $startDate;
}