You are here

public function GetAccountPlan::setType in SendinBlue 7.2

Parameters

string $type:

1 call to GetAccountPlan::setType()
GetAccountPlan::__construct in includes/Model/GetAccountPlan.php
GetAccount constructor.

File

includes/Model/GetAccountPlan.php, line 58

Class

GetAccountPlan

Code

public function setType($type) {
  $this->type = $type;
}