startUsageAmount = $startUsageAmount; } public function getStartUsageAmount() { return $this->startUsageAmount; } /** * @param Google_Service_Cloudbilling_Money */ public function setUnitPrice(Google_Service_Cloudbilling_Money $unitPrice) { $this->unitPrice = $unitPrice; } /** * @return Google_Service_Cloudbilling_Money */ public function getUnitPrice() { return $this->unitPrice; } }