You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/paymentsresellersubscription_v1.partners.subscriptions.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
88
88
<pclass="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>
<pclass="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
+
<pclass="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>
<pclass="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>
109
109
The object takes the form of:
110
110
111
111
{
112
-
"cancelImmediately": 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
+
"cancelImmediately": 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.
113
113
"cancellationReason": "A String", # Specifies the reason for the cancellation.
<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.
297
297
298
298
Args:
299
299
name: string, Required. The name of the subscription resource to be extended. It will have the format of "partners/{partner_id}/subscriptions/{subscription_id}". (required)
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/paymentsresellersubscription.v1.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@
260
260
}
261
261
},
262
262
"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.",
"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.",
0 commit comments