Skip to content

Commit 3c3ec16

Browse files
committed
Updated Reseller.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent 8079b2e commit 3c3ec16

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/Google/Service/Reseller.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,8 @@ public function startPaidService($customerId, $subscriptionId, $optParams = arra
489489

490490
class Google_Service_Reseller_Address extends Google_Model
491491
{
492+
protected $internal_gapi_mappings = array(
493+
);
492494
public $addressLine1;
493495
public $addressLine2;
494496
public $addressLine3;
@@ -603,6 +605,8 @@ public function getRegion()
603605

604606
class Google_Service_Reseller_ChangePlanRequest extends Google_Model
605607
{
608+
protected $internal_gapi_mappings = array(
609+
);
606610
public $kind;
607611
public $planName;
608612
public $purchaseOrderId;
@@ -652,6 +656,8 @@ public function getSeats()
652656

653657
class Google_Service_Reseller_Customer extends Google_Model
654658
{
659+
protected $internal_gapi_mappings = array(
660+
);
655661
public $alternateEmail;
656662
public $customerDomain;
657663
public $customerId;
@@ -734,6 +740,8 @@ public function getResourceUiUrl()
734740

735741
class Google_Service_Reseller_RenewalSettings extends Google_Model
736742
{
743+
protected $internal_gapi_mappings = array(
744+
);
737745
public $kind;
738746
public $renewalType;
739747

@@ -760,6 +768,8 @@ public function getRenewalType()
760768

761769
class Google_Service_Reseller_Seats extends Google_Model
762770
{
771+
protected $internal_gapi_mappings = array(
772+
);
763773
public $kind;
764774
public $maximumNumberOfSeats;
765775
public $numberOfSeats;
@@ -797,6 +807,8 @@ public function getNumberOfSeats()
797807

798808
class Google_Service_Reseller_Subscription extends Google_Model
799809
{
810+
protected $internal_gapi_mappings = array(
811+
);
800812
public $creationTime;
801813
public $customerId;
802814
public $kind;
@@ -949,6 +961,8 @@ public function getTrialSettings()
949961

950962
class Google_Service_Reseller_SubscriptionPlan extends Google_Model
951963
{
964+
protected $internal_gapi_mappings = array(
965+
);
952966
protected $commitmentIntervalType = 'Google_Service_Reseller_SubscriptionPlanCommitmentInterval';
953967
protected $commitmentIntervalDataType = '';
954968
public $isCommitmentPlan;
@@ -987,6 +1001,8 @@ public function getPlanName()
9871001

9881002
class Google_Service_Reseller_SubscriptionPlanCommitmentInterval extends Google_Model
9891003
{
1004+
protected $internal_gapi_mappings = array(
1005+
);
9901006
public $endTime;
9911007
public $startTime;
9921008

@@ -1013,6 +1029,8 @@ public function getStartTime()
10131029

10141030
class Google_Service_Reseller_SubscriptionTransferInfo extends Google_Model
10151031
{
1032+
protected $internal_gapi_mappings = array(
1033+
);
10161034
public $minimumTransferableSeats;
10171035
public $transferabilityExpirationTime;
10181036

@@ -1039,6 +1057,8 @@ public function getTransferabilityExpirationTime()
10391057

10401058
class Google_Service_Reseller_SubscriptionTrialSettings extends Google_Model
10411059
{
1060+
protected $internal_gapi_mappings = array(
1061+
);
10421062
public $isInTrial;
10431063
public $trialEndTime;
10441064

@@ -1066,6 +1086,8 @@ public function getTrialEndTime()
10661086
class Google_Service_Reseller_Subscriptions extends Google_Collection
10671087
{
10681088
protected $collection_key = 'subscriptions';
1089+
protected $internal_gapi_mappings = array(
1090+
);
10691091
public $kind;
10701092
public $nextPageToken;
10711093
protected $subscriptionsType = 'Google_Service_Reseller_Subscription';

0 commit comments

Comments
 (0)