Skip to content

Commit 404a97f

Browse files
chore(paymentsresellersubscription): update the api
1 parent b8e937c commit 404a97f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/dyn/paymentsresellersubscription_v1.partners.subscriptions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Used by partners to entitle a previously provisioned subscription to the current end user. The end user identity is inferred from the authorized credential of the request. This API must be authorized by the end user using OAuth.</p>
8989
<p class="toc_element">
9090
<code><a href="#extend">extend(name, body=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Used by partners to extend a subscription service for their customers. It should be called directly by the partner using service accounts.</p>
91+
<p class="firstline">Used by partners to extend a subscription service for their customers on an ongoing basis for the subscription to remain active and renewable. It should be called directly by the partner using service accounts.</p>
9292
<p class="toc_element">
9393
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Used by partners to get a subscription by id. It should be called directly by the partner using service accounts.</p>
@@ -109,7 +109,7 @@ <h3>Method Details</h3>
109109
The object takes the form of:
110110

111111
{
112-
&quot;cancelImmediately&quot;: True or False, # Optional. If true, the subscription will be cancelled immediately. Otherwise, the subscription will be cancelled at the end of the current cycle, and therefore no prorated refund will be issued for the rest of the cycle.
112+
&quot;cancelImmediately&quot;: True or False, # Optional. If true, the subscription will be cancelled immediately. Otherwise, the subscription will be cancelled at renewal_time, and therefore no prorated refund will be issued for the rest of the cycle.
113113
&quot;cancellationReason&quot;: &quot;A String&quot;, # Specifies the reason for the cancellation.
114114
}
115115

@@ -293,7 +293,7 @@ <h3>Method Details</h3>
293293

294294
<div class="method">
295295
<code class="details" id="extend">extend(name, body=None, x__xgafv=None)</code>
296-
<pre>Used by partners to extend a subscription service for their customers. It should be called directly by the partner using service accounts.
296+
<pre>Used by partners to extend a subscription service for their customers on an ongoing basis for the subscription to remain active and renewable. It should be called directly by the partner using service accounts.
297297

298298
Args:
299299
name: string, Required. The name of the subscription resource to be extended. It will have the format of &quot;partners/{partner_id}/subscriptions/{subscription_id}&quot;. (required)

googleapiclient/discovery_cache/documents/paymentsresellersubscription.v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
}
261261
},
262262
"extend": {
263-
"description": "Used by partners to extend a subscription service for their customers. It should be called directly by the partner using service accounts.",
263+
"description": "Used by partners to extend a subscription service for their customers on an ongoing basis for the subscription to remain active and renewable. It should be called directly by the partner using service accounts.",
264264
"flatPath": "v1/partners/{partnersId}/subscriptions/{subscriptionsId}:extend",
265265
"httpMethod": "POST",
266266
"id": "paymentsresellersubscription.partners.subscriptions.extend",
@@ -366,14 +366,14 @@
366366
}
367367
}
368368
},
369-
"revision": "20211010",
369+
"revision": "20211018",
370370
"rootUrl": "https://paymentsresellersubscription.googleapis.com/",
371371
"schemas": {
372372
"GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest": {
373373
"id": "GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest",
374374
"properties": {
375375
"cancelImmediately": {
376-
"description": "Optional. If true, the subscription will be cancelled immediately. Otherwise, the subscription will be cancelled at the end of the current cycle, and therefore no prorated refund will be issued for the rest of the cycle.",
376+
"description": "Optional. If true, the subscription will be cancelled immediately. Otherwise, the subscription will be cancelled at renewal_time, and therefore no prorated refund will be issued for the rest of the cycle.",
377377
"type": "boolean"
378378
},
379379
"cancellationReason": {

0 commit comments

Comments
 (0)