public function GetExtendedContactDetails::getAttributes in SendinBlue 7.2
Return value
mixed
File
- includes/
Model/ GetExtendedContactDetails.php, line 174
Class
Code
public function getAttributes() {
return $this->attributes;
}
mixed
public function getAttributes() {
return $this->attributes;
}