Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/
H A DSubscriptionPlan.php27 public $isCommitmentPlan; variable in Google\\Service\\Reseller\\SubscriptionPlan
50 public function setIsCommitmentPlan($isCommitmentPlan) argument
52 $this->isCommitmentPlan = $isCommitmentPlan;
59 return $this->isCommitmentPlan;
/plugin/authgoogle/google/contrib/
H A DGoogle_ResellerService.php609 public $isCommitmentPlan; variable in Google_SubscriptionPlan
617 public function setIsCommitmentPlan( $isCommitmentPlan) { argument
618 $this->isCommitmentPlan = $isCommitmentPlan;
621 return $this->isCommitmentPlan;