Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeseriesinfoVolumeSeries.php28 public $orderNumber; variable in Google\\Service\\Books\\VolumeseriesinfoVolumeSeries
55 public function setOrderNumber($orderNumber) argument
57 $this->orderNumber = $orderNumber;
64 return $this->orderNumber;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChromeOsDevice.php114 public $orderNumber; variable in Google\\Service\\Directory\\ChromeOsDevice
513 public function setOrderNumber($orderNumber) argument
515 $this->orderNumber = $orderNumber;
522 return $this->orderNumber;
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1018 public $orderNumber; variable in Google_ChromeOsDevice
1098 public function setOrderNumber($orderNumber) { argument
1099 $this->orderNumber = $orderNumber;
1102 return $this->orderNumber;