Scalr\Api\Service\Account\V1beta0\Controller\Environments::getCostCenter PHP Method

getCostCenter() public method

Gets CostCentre entity
public getCostCenter ( string $ccId ) : Scalr\Stats\CostAnalytics\Entity\CostCentreEntity
$ccId string Unique identifier of the CostCentre
return Scalr\Stats\CostAnalytics\Entity\CostCentreEntity
    public function getCostCenter($ccId)
    {
        return $this->getCostCentersController()->getCostCenter($ccId);
    }