Skip to content

Commit 8cb869e

Browse files
Regenerate paymentsresellersubscription client (#4912)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-php-client-services/actions/workflows/codegen.yaml
1 parent 2f11b6b commit 8cb869e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Subscription.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ class GoogleCloudPaymentsResellerSubscriptionV1Subscription extends \Google\Coll
6262
* @var string[]
6363
*/
6464
public $promotions;
65+
/**
66+
* @var string
67+
*/
68+
public $purchaseTime;
6569
/**
6670
* @var string
6771
*/
@@ -251,6 +255,20 @@ public function getPromotions()
251255
{
252256
return $this->promotions;
253257
}
258+
/**
259+
* @param string
260+
*/
261+
public function setPurchaseTime($purchaseTime)
262+
{
263+
$this->purchaseTime = $purchaseTime;
264+
}
265+
/**
266+
* @return string
267+
*/
268+
public function getPurchaseTime()
269+
{
270+
return $this->purchaseTime;
271+
}
254272
/**
255273
* @param string
256274
*/

0 commit comments

Comments
 (0)