/var/www/flurhymez/vendor/google/apiclient-services/src/Reseller
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Reseller/SubscriptionPlan.php (1914B)
commitmentInterval = $commitmentInterval;
}
/**
* @return SubscriptionPlanCommitmentInterval
*/
public function getCommitmentInterval()
{
return $this->commitmentInterval;
}
/**
* @param bool
*/
public function setIsCommitmentPlan($isCommitmentPlan)
{
$this->isCommitmentPlan = $isCommitmentPlan;
}
/**
* @return bool
*/
public function getIsCommitmentPlan()
{
return $this->isCommitmentPlan;
}
/**
* @param string
*/
public function setPlanName($planName)
{
$this->planName = $planName;
}
/**
* @return string
*/
public function getPlanName()
{
return $this->planName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SubscriptionPlan::class, 'Google_Service_Reseller_SubscriptionPlan');