/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Cloudbilling
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Service.php (1416B)
businessEntityName = $businessEntityName;
}
public function getBusinessEntityName()
{
return $this->businessEntityName;
}
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
public function getDisplayName()
{
return $this->displayName;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setServiceId($serviceId)
{
$this->serviceId = $serviceId;
}
public function getServiceId()
{
return $this->serviceId;
}
}