Skip to content

Commit e2ab331

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 285e370 commit e2ab331

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Google/Service/Reseller.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ class Google_Service_Reseller_Subscription extends Google_Model
837837
{
838838
protected $internal_gapi_mappings = array(
839839
);
840+
public $billingMethod;
840841
public $creationTime;
841842
public $customerId;
842843
public $kind;
@@ -857,6 +858,14 @@ class Google_Service_Reseller_Subscription extends Google_Model
857858
protected $trialSettingsDataType = '';
858859

859860

861+
public function setBillingMethod($billingMethod)
862+
{
863+
$this->billingMethod = $billingMethod;
864+
}
865+
public function getBillingMethod()
866+
{
867+
return $this->billingMethod;
868+
}
860869
public function setCreationTime($creationTime)
861870
{
862871
$this->creationTime = $creationTime;

0 commit comments

Comments
 (0)