/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Cloudbilling
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Sku.php (2939B)
category = $category;
}
/**
* @return Google_Service_Cloudbilling_Category
*/
public function getCategory()
{
return $this->category;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
/**
* @param Google_Service_Cloudbilling_GeoTaxonomy
*/
public function setGeoTaxonomy(Google_Service_Cloudbilling_GeoTaxonomy $geoTaxonomy)
{
$this->geoTaxonomy = $geoTaxonomy;
}
/**
* @return Google_Service_Cloudbilling_GeoTaxonomy
*/
public function getGeoTaxonomy()
{
return $this->geoTaxonomy;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param Google_Service_Cloudbilling_PricingInfo[]
*/
public function setPricingInfo($pricingInfo)
{
$this->pricingInfo = $pricingInfo;
}
/**
* @return Google_Service_Cloudbilling_PricingInfo[]
*/
public function getPricingInfo()
{
return $this->pricingInfo;
}
public function setServiceProviderName($serviceProviderName)
{
$this->serviceProviderName = $serviceProviderName;
}
public function getServiceProviderName()
{
return $this->serviceProviderName;
}
public function setServiceRegions($serviceRegions)
{
$this->serviceRegions = $serviceRegions;
}
public function getServiceRegions()
{
return $this->serviceRegions;
}
public function setSkuId($skuId)
{
$this->skuId = $skuId;
}
public function getSkuId()
{
return $this->skuId;
}
}