You are here

public function GetExtendedContactDetails::isSmsBlacklisted in SendinBlue 7.2

Return value

bool

File

includes/Model/GetExtendedContactDetails.php, line 110

Class

GetExtendedContactDetails

Code

public function isSmsBlacklisted() {
  return $this->smsBlacklisted;
}