You are here

public function SendInBlueConfigFactory::setAccountUsername in SendinBlue 7.2

File

includes/sendinblue.config.php, line 121

Class

SendInBlueConfigFactory

Code

public function setAccountUsername($accountUsername) {
  $this
    ->setVariable(self::ACCOUNT_USERNAME, $accountUsername);
}