adjustment = $adjustment; } /** * @return GoogleCloudChannelV1RepricingAdjustment */ public function getAdjustment() { return $this->adjustment; } /** * @param GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity */ public function setChannelPartnerGranularity(GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity $channelPartnerGranularity) { $this->channelPartnerGranularity = $channelPartnerGranularity; } /** * @return GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity */ public function getChannelPartnerGranularity() { return $this->channelPartnerGranularity; } /** * @param GoogleCloudChannelV1ConditionalOverride[] */ public function setConditionalOverrides($conditionalOverrides) { $this->conditionalOverrides = $conditionalOverrides; } /** * @return GoogleCloudChannelV1ConditionalOverride[] */ public function getConditionalOverrides() { return $this->conditionalOverrides; } /** * @param GoogleTypeDate */ public function setEffectiveInvoiceMonth(GoogleTypeDate $effectiveInvoiceMonth) { $this->effectiveInvoiceMonth = $effectiveInvoiceMonth; } /** * @return GoogleTypeDate */ public function getEffectiveInvoiceMonth() { return $this->effectiveInvoiceMonth; } /** * @param GoogleCloudChannelV1RepricingConfigEntitlementGranularity */ public function setEntitlementGranularity(GoogleCloudChannelV1RepricingConfigEntitlementGranularity $entitlementGranularity) { $this->entitlementGranularity = $entitlementGranularity; } /** * @return GoogleCloudChannelV1RepricingConfigEntitlementGranularity */ public function getEntitlementGranularity() { return $this->entitlementGranularity; } /** * @param string */ public function setRebillingBasis($rebillingBasis) { $this->rebillingBasis = $rebillingBasis; } /** * @return string */ public function getRebillingBasis() { return $this->rebillingBasis; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1RepricingConfig::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1RepricingConfig');