You are here

public function GetAccount::getPlan in SendinBlue 8

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

Return value

GetAccountPlan[]

File

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

Class

GetAccount

Namespace

Drupal\sendinblue\Tools\Model

Code

public function getPlan() : array {
  return $this->plan;
}