Google_SubscriptionTrialSettings
The Google Pagespeed Insights Google SubscriptionTrialSettings class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_ResellerService.php
- class Google_SubscriptionTrialSettings extends Google_Model {
- public $isInTrial;
- public $trialEndTime;
- public function setIsInTrial($isInTrial) {
- $this->isInTrial = $isInTrial;
- }
- public function getIsInTrial() {
- return $this->isInTrial;
- }
- public function setTrialEndTime($trialEndTime) {
- $this->trialEndTime = $trialEndTime;
- }
- public function getTrialEndTime() {
- return $this->trialEndTime;
- }
- }