Searched refs:contactName (Results 1 – 7 of 7) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | OrderContact.php | 29 public $contactName; variable in Google\\Service\\Dfareporting\\OrderContact 60 public function setContactName($contactName) argument 62 $this->contactName = $contactName; 69 return $this->contactName;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
H A D | CustomerPostalAddress.php | 37 public $contactName; variable in Google\\Service\\Directory\\CustomerPostalAddress 104 public function setContactName($contactName) argument 106 $this->contactName = $contactName; 113 return $this->contactName;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/ |
H A D | Address.php | 37 public $contactName; variable in Google\\Service\\Reseller\\Address 108 public function setContactName($contactName) argument 110 $this->contactName = $contactName; 117 return $this->contactName;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | LiasettingsCustomBatchRequestEntry.php | 37 public $contactName; variable in Google\\Service\\ShoppingContent\\LiasettingsCustomBatchRequestEntry 110 public function setContactName($contactName) argument 112 $this->contactName = $contactName; 119 return $this->contactName;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/ |
H A D | Liasettings.php | 174 * @param string $contactName The name of the inventory verification contact. 179 …toryverificationcontact($merchantId, $accountId, $country, $language, $contactName, $contactEmail,… argument 181 …tId, 'country' => $country, 'language' => $language, 'contactName' => $contactName, 'contactEmail'…
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_ResellerService.php | 304 public $contactName; variable in Google_Address 329 public function setContactName( $contactName) { argument 330 $this->contactName = $contactName; 333 return $this->contactName;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | ShoppingContent.php | 1225 'contactName' => [
|