/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Reseller
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Reseller/RenewalSettings.php (1363B)
kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param string
*/
public function setRenewalType($renewalType)
{
$this->renewalType = $renewalType;
}
/**
* @return string
*/
public function getRenewalType()
{
return $this->renewalType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RenewalSettings::class, 'Google_Service_Reseller_RenewalSettings');