Home
last modified time | relevance | path

Searched refs:commitmentInterval (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/
H A DSubscriptionPlan.php36 public function setCommitmentInterval(SubscriptionPlanCommitmentInterval $commitmentInterval) argument
38 $this->commitmentInterval = $commitmentInterval;
45 return $this->commitmentInterval;
/plugin/authgoogle/google/contrib/
H A DGoogle_ResellerService.php608 public $commitmentInterval; variable in Google_SubscriptionPlan
611 …lic function setCommitmentInterval(Google_SubscriptionPlanCommitmentInterval $commitmentInterval) { argument
612 $this->commitmentInterval = $commitmentInterval;
615 return $this->commitmentInterval;