public function SendInBlueConfigFactory::setAccountUsername in SendinBlue 7.2
File
- includes/
sendinblue.config.php, line 121
Class
Code
public function setAccountUsername($accountUsername) {
$this
->setVariable(self::ACCOUNT_USERNAME, $accountUsername);
}