complyWithGuidelines = $complyWithGuidelines; } /** * @return ComplyWithGuidelines */ public function getComplyWithGuidelines() { return $this->complyWithGuidelines; } /** * @param bool */ public function setHasBusinessAuthority($hasBusinessAuthority) { $this->hasBusinessAuthority = $hasBusinessAuthority; } /** * @return bool */ public function getHasBusinessAuthority() { return $this->hasBusinessAuthority; } /** * @param bool */ public function setHasVoiceOfMerchant($hasVoiceOfMerchant) { $this->hasVoiceOfMerchant = $hasVoiceOfMerchant; } /** * @return bool */ public function getHasVoiceOfMerchant() { return $this->hasVoiceOfMerchant; } /** * @param ResolveOwnershipConflict */ public function setResolveOwnershipConflict(ResolveOwnershipConflict $resolveOwnershipConflict) { $this->resolveOwnershipConflict = $resolveOwnershipConflict; } /** * @return ResolveOwnershipConflict */ public function getResolveOwnershipConflict() { return $this->resolveOwnershipConflict; } /** * @param Verify */ public function setVerify(Verify $verify) { $this->verify = $verify; } /** * @return Verify */ public function getVerify() { return $this->verify; } /** * @param WaitForVoiceOfMerchant */ public function setWaitForVoiceOfMerchant(WaitForVoiceOfMerchant $waitForVoiceOfMerchant) { $this->waitForVoiceOfMerchant = $waitForVoiceOfMerchant; } /** * @return WaitForVoiceOfMerchant */ public function getWaitForVoiceOfMerchant() { return $this->waitForVoiceOfMerchant; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VoiceOfMerchantState::class, 'Google_Service_MyBusinessVerifications_VoiceOfMerchantState');