Google_SubscriptionPlanCommitmentInterval
The Google Pagespeed Insights Google SubscriptionPlanCommitmentInterval class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_ResellerService.php
- class Google_SubscriptionPlanCommitmentInterval extends Google_Model {
- public $endTime;
- public $startTime;
- public function setEndTime($endTime) {
- $this->endTime = $endTime;
- }
- public function getEndTime() {
- return $this->endTime;
- }
- public function setStartTime($startTime) {
- $this->startTime = $startTime;
- }
- public function getStartTime() {
- return $this->startTime;
- }
- }