Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/
H A DSubscriptionPlan.php31 public $planName; variable in Google\\Service\\Reseller\\SubscriptionPlan
64 public function setPlanName($planName) argument
66 $this->planName = $planName;
73 return $this->planName;
H A DChangePlanRequest.php33 public $planName; variable in Google\\Service\\Reseller\\ChangePlanRequest
72 public function setPlanName($planName) argument
74 $this->planName = $planName;
81 return $this->planName;
/plugin/authgoogle/google/contrib/
H A DGoogle_ResellerService.php375 public $planName; variable in Google_ChangePlanRequest
386 public function setPlanName( $planName) { argument
387 $this->planName = $planName;
390 return $this->planName;
610 public $planName; variable in Google_SubscriptionPlan
623 public function setPlanName( $planName) { argument
624 $this->planName = $planName;
627 return $this->planName;