Skip to content

Commit cc7fd94

Browse files
feat(paymentsresellersubscription): update the api
#### paymentsresellersubscription:v1 The following keys were added: - schemas.GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse.properties.renewalTime (Total Keys: 3)
1 parent 82f4126 commit cc7fd94

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/dyn/paymentsresellersubscription_v1.partners.subscriptions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ <h3>Method Details</h3>
322322
{
323323
&quot;cycleEndTime&quot;: &quot;A String&quot;, # The time at which the subscription is expected to be extended, in ISO 8061 format. UTC timezone. Example, &quot;cycleEndTime&quot;:&quot;2019-08-31T17:28:54.564Z&quot;
324324
&quot;freeTrialEndTime&quot;: &quot;A String&quot;, # End of the free trial period, in ISO 8061 format. UTC timezone. Example, &quot;freeTrialEndTime&quot;:&quot;2019-08-31T17:28:54.564Z&quot; This time will be set the same as initial subscription creation time if no free trial period is offered to the partner.
325+
&quot;renewalTime&quot;: &quot;A String&quot;, # Output only. The time at which the subscription is expected to be renewed by Google - a new charge will be incurred and the service entitlement will be renewed. A non-immediate cancellation will take place at this time too, before which, the service entitlement for the end user will remain valid. UTC timezone in ISO 8061 format. For example: &quot;2019-08-31T17:28:54.564Z&quot;
325326
}</pre>
326327
</div>
327328

googleapiclient/discovery_cache/documents/paymentsresellersubscription.v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
}
367367
}
368368
},
369-
"revision": "20211025",
369+
"revision": "20211031",
370370
"rootUrl": "https://paymentsresellersubscription.googleapis.com/",
371371
"schemas": {
372372
"GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest": {
@@ -484,6 +484,12 @@
484484
"description": "End of the free trial period, in ISO 8061 format. UTC timezone. Example, \"freeTrialEndTime\":\"2019-08-31T17:28:54.564Z\" This time will be set the same as initial subscription creation time if no free trial period is offered to the partner.",
485485
"format": "google-datetime",
486486
"type": "string"
487+
},
488+
"renewalTime": {
489+
"description": "Output only. The time at which the subscription is expected to be renewed by Google - a new charge will be incurred and the service entitlement will be renewed. A non-immediate cancellation will take place at this time too, before which, the service entitlement for the end user will remain valid. UTC timezone in ISO 8061 format. For example: \"2019-08-31T17:28:54.564Z\"",
490+
"format": "google-datetime",
491+
"readOnly": true,
492+
"type": "string"
487493
}
488494
},
489495
"type": "object"

0 commit comments

Comments
 (0)