You are here

public function GetAccount::setFirstName in SendinBlue 8

Same name and namespace in other branches
  1. 8.2 src/Tools/Model/GetAccount.php \Drupal\sendinblue\Tools\Model\GetAccount::setFirstName()

Parameters

string $firstName:

1 call to GetAccount::setFirstName()
GetAccount::__construct in src/Tools/Model/GetAccount.php
GetAccount constructor.

File

src/Tools/Model/GetAccount.php, line 77

Class

GetAccount

Namespace

Drupal\sendinblue\Tools\Model

Code

public function setFirstName(string $firstName) {
  $this->firstName = $firstName;
}