You are here

public function SendinblueMailin::getAccountUsername in SendinBlue 7.2

Get the account username store in configuration.

Return value

string The SiB account username

File

includes/sendinblue.mailin.php, line 118
Rest class file.

Class

SendinblueMailin
Sendinblue REST client.

Code

public function getAccountUsername() {
  return $this->sendInBlueConfigFactory
    ->getAccountUsername();
}