You are here

public function SendInBlueConfigFactory::getAccountUsername in SendinBlue 7.2

File

includes/sendinblue.config.php, line 69

Class

SendInBlueConfigFactory

Code

public function getAccountUsername() {
  return $this
    ->getVariable(self::ACCOUNT_USERNAME);
}