You are here

public function GetExtendedContactDetails::setId in SendinBlue 7.2

Parameters

int $id:

1 call to GetExtendedContactDetails::setId()
GetExtendedContactDetails::__construct in includes/Model/GetExtendedContactDetails.php
GetExtendedContactDetails constructor.

File

includes/Model/GetExtendedContactDetails.php, line 86

Class

GetExtendedContactDetails

Code

public function setId($id) {
  $this->id = $id;
}