PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
google
/
apiclient-services
/
src
/
PaymentsResellerSubscription
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\PaymentsResellerSubscription; class GoogleCloudPaymentsResellerSubscriptionV1Subscription extends \Google\Collection { protected $collection_key = 'promotions'; protected $cancellationDetailsType = GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails::class; protected $cancellationDetailsDataType = ''; public $createTime; public $cycleEndTime; public $endUserEntitled; public $freeTrialEndTime; public $name; public $partnerUserToken; public $processingState; public $products; public $promotions; public $redirectUri; protected $serviceLocationType = GoogleCloudPaymentsResellerSubscriptionV1Location::class; protected $serviceLocationDataType = ''; public $state; public $updateTime; protected $upgradeDowngradeDetailsType = GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails::class; protected $upgradeDowngradeDetailsDataType = ''; /** * @param GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails */ public function setCancellationDetails(GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails $cancellationDetails) { $this->cancellationDetails = $cancellationDetails; } /** * @return GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails */ public function getCancellationDetails() { return $this->cancellationDetails; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCycleEndTime($cycleEndTime) { $this->cycleEndTime = $cycleEndTime; } public function getCycleEndTime() { return $this->cycleEndTime; } public function setEndUserEntitled($endUserEntitled) { $this->endUserEntitled = $endUserEntitled; } public function getEndUserEntitled() { return $this->endUserEntitled; } public function setFreeTrialEndTime($freeTrialEndTime) { $this->freeTrialEndTime = $freeTrialEndTime; } public function getFreeTrialEndTime() { return $this->freeTrialEndTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPartnerUserToken($partnerUserToken) { $this->partnerUserToken = $partnerUserToken; } public function getPartnerUserToken() { return $this->partnerUserToken; } public function setProcessingState($processingState) { $this->processingState = $processingState; } public function getProcessingState() { return $this->processingState; } public function setProducts($products) { $this->products = $products; } public function getProducts() { return $this->products; } public function setPromotions($promotions) { $this->promotions = $promotions; } public function getPromotions() { return $this->promotions; } public function setRedirectUri($redirectUri) { $this->redirectUri = $redirectUri; } public function getRedirectUri() { return $this->redirectUri; } /** * @param GoogleCloudPaymentsResellerSubscriptionV1Location */ public function setServiceLocation(GoogleCloudPaymentsResellerSubscriptionV1Location $serviceLocation) { $this->serviceLocation = $serviceLocation; } /** * @return GoogleCloudPaymentsResellerSubscriptionV1Location */ public function getServiceLocation() { return $this->serviceLocation; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } /** * @param GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails */ public function setUpgradeDowngradeDetails(GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails $upgradeDowngradeDetails) { $this->upgradeDowngradeDetails = $upgradeDowngradeDetails; } /** * @return GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails */ public function getUpgradeDowngradeDetails() { return $this->upgradeDowngradeDetails; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudPaymentsResellerSubscriptionV1Subscription::class, 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription');
[-] GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse.php
[edit]
[+]
..
[-] GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionResponse.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1Product.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1Extension.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1Location.php
[edit]
[-] GoogleTypeLocalizedText.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1Promotion.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest.php
[edit]
[+]
Resource
[-] GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1Duration.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1Subscription.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse.php
[edit]
[-] GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse.php
[edit]