allowedCustomerTypes = $allowedCustomerTypes; } /** * @return string[] */ public function getAllowedCustomerTypes() { return $this->allowedCustomerTypes; } /** * @param string[] */ public function setAllowedRegions($allowedRegions) { $this->allowedRegions = $allowedRegions; } /** * @return string[] */ public function getAllowedRegions() { return $this->allowedRegions; } /** * @param string[] */ public function setPromotionalOrderTypes($promotionalOrderTypes) { $this->promotionalOrderTypes = $promotionalOrderTypes; } /** * @return string[] */ public function getPromotionalOrderTypes() { return $this->promotionalOrderTypes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1CustomerConstraints::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1CustomerConstraints');