blackOwned = $blackOwned; } /** * @return AccountIdentityType */ public function getBlackOwned() { return $this->blackOwned; } /** * @param bool */ public function setIncludeForPromotions($includeForPromotions) { $this->includeForPromotions = $includeForPromotions; } /** * @return bool */ public function getIncludeForPromotions() { return $this->includeForPromotions; } /** * @param AccountIdentityType */ public function setLatinoOwned(AccountIdentityType $latinoOwned) { $this->latinoOwned = $latinoOwned; } /** * @return AccountIdentityType */ public function getLatinoOwned() { return $this->latinoOwned; } /** * @param AccountIdentityType */ public function setSmallBusiness(AccountIdentityType $smallBusiness) { $this->smallBusiness = $smallBusiness; } /** * @return AccountIdentityType */ public function getSmallBusiness() { return $this->smallBusiness; } /** * @param AccountIdentityType */ public function setVeteranOwned(AccountIdentityType $veteranOwned) { $this->veteranOwned = $veteranOwned; } /** * @return AccountIdentityType */ public function getVeteranOwned() { return $this->veteranOwned; } /** * @param AccountIdentityType */ public function setWomenOwned(AccountIdentityType $womenOwned) { $this->womenOwned = $womenOwned; } /** * @return AccountIdentityType */ public function getWomenOwned() { return $this->womenOwned; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountBusinessIdentity::class, 'Google_Service_ShoppingContent_AccountBusinessIdentity');