You are here

public function GetAccountPlan::setType in SendinBlue 8.2

Same name and namespace in other branches
  1. 8 src/Tools/Model/GetAccountPlan.php \Drupal\sendinblue\Tools\Model\GetAccountPlan::setType()

Parameters

string $type:

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

File

src/Tools/Model/GetAccountPlan.php, line 62

Class

GetAccountPlan

Namespace

Drupal\sendinblue\Tools\Model

Code

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