Google_RenewalSettings
The WordPress Core Google RenewalSettings class.
Defined (1)
The class is defined in the following location(s).
- /google-api-php-client/src/contrib/Google_ResellerService.php
- class Google_RenewalSettings extends Google_Model {
- public $kind;
- public $renewalType;
- public function setKind( $kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setRenewalType( $renewalType) {
- $this->renewalType = $renewalType;
- }
- public function getRenewalType() {
- return $this->renewalType;
- }
- }