Home
last modified time | relevance | path

Searched refs:yearlyPrice (Results 1 – 4 of 4) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/
H A DRegisterDomainRequest.php99 public function setYearlyPrice(Money $yearlyPrice) argument
101 $this->yearlyPrice = $yearlyPrice;
108 return $this->yearlyPrice;
H A DRegisterParameters.php101 public function setYearlyPrice(Money $yearlyPrice) argument
103 $this->yearlyPrice = $yearlyPrice;
110 return $this->yearlyPrice;
H A DTransferDomainRequest.php97 public function setYearlyPrice(Money $yearlyPrice) argument
99 $this->yearlyPrice = $yearlyPrice;
106 return $this->yearlyPrice;
H A DTransferParameters.php119 public function setYearlyPrice(Money $yearlyPrice) argument
121 $this->yearlyPrice = $yearlyPrice;
128 return $this->yearlyPrice;