public function GetExtendedContactDetails::getId in SendinBlue 7.2
Return value
int
File
- includes/
Model/ GetExtendedContactDetails.php, line 78
Class
Code
public function getId() {
return $this->id;
}
int
public function getId() {
return $this->id;
}