Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserOrganization.php25 public $costCenter; variable in Google\\Service\\Directory\\UserOrganization
74 public function setCostCenter($costCenter) argument
76 $this->costCenter = $costCenter;
83 return $this->costCenter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DOrganization.php25 public $costCenter; variable in Google\\Service\\PeopleService\\Organization
84 public function setCostCenter($costCenter) argument
86 $this->costCenter = $costCenter;
93 return $this->costCenter;
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php2035 public $costCenter; variable in Google_UserOrganization
2046 public function setCostCenter($costCenter) { argument
2047 $this->costCenter = $costCenter;
2050 return $this->costCenter;