You are here

public function GetAccountPlan::getCreditsType in SendinBlue 8

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

Return value

string

File

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

Class

GetAccountPlan

Namespace

Drupal\sendinblue\Tools\Model

Code

public function getCreditsType() : string {
  return $this->creditsType;
}