Home
last modified time | relevance | path

Searched refs:faxNumber (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/
H A DContact.php29 public $faxNumber; variable in Google\\Service\\CloudDomains\\Contact
54 public function setFaxNumber($faxNumber) argument
56 $this->faxNumber = $faxNumber;
63 return $this->faxNumber;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DElectionOfficial.php29 public $faxNumber; variable in Google\\Service\\CivicInfo\\ElectionOfficial
60 public function setFaxNumber($faxNumber) argument
62 $this->faxNumber = $faxNumber;
69 return $this->faxNumber;
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php475 public $faxNumber; variable in Google_ElectionOfficial
485 public function setFaxNumber( $faxNumber) { argument
486 $this->faxNumber = $faxNumber;
489 return $this->faxNumber;