invoiceEndDate = $invoiceEndDate; } /** * @return GoogleTypeDate */ public function getInvoiceEndDate() { return $this->invoiceEndDate; } /** * @param GoogleTypeDate */ public function setInvoiceStartDate(GoogleTypeDate $invoiceStartDate) { $this->invoiceStartDate = $invoiceStartDate; } /** * @return GoogleTypeDate */ public function getInvoiceStartDate() { return $this->invoiceStartDate; } /** * @param GoogleTypeDateTime */ public function setUsageEndDateTime(GoogleTypeDateTime $usageEndDateTime) { $this->usageEndDateTime = $usageEndDateTime; } /** * @return GoogleTypeDateTime */ public function getUsageEndDateTime() { return $this->usageEndDateTime; } /** * @param GoogleTypeDateTime */ public function setUsageStartDateTime(GoogleTypeDateTime $usageStartDateTime) { $this->usageStartDateTime = $usageStartDateTime; } /** * @return GoogleTypeDateTime */ public function getUsageStartDateTime() { return $this->usageStartDateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1alpha1DateRange::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1DateRange');