public function GetAccount::getPlan in SendinBlue 7.2
Return value
File
- includes/
Model/ GetAccount.php, line 124
Class
Code
public function getPlan() {
return $this->plan;
}
public function getPlan() {
return $this->plan;
}