Skip to content

Commit

Permalink
fix(paymentsresellersubscription): update the API
Browse files Browse the repository at this point in the history
#### paymentsresellersubscription:v1

The following keys were changed:
- schemas.GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest.properties.cancelImmediately.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 2, 2023
1 parent 3e34814 commit fdb70dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/paymentsresellersubscription-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
}
}
},
"revision": "20221212",
"revision": "20230201",
"rootUrl": "https://paymentsresellersubscription.googleapis.com/",
"schemas": {
"GoogleCloudPaymentsResellerSubscriptionV1Amount": {
Expand All @@ -419,7 +419,7 @@
"id": "GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest",
"properties": {
"cancelImmediately": {
"description": "Optional. If true, Google will cancel the subscription immediately, and issue a prorated refund for the remainder of the billing cycle. Otherwise, Google defers the cancelation at renewal_time, and therefore, will not issue a refund.",
"description": "Optional. If true, Google will cancel the subscription immediately, and may or may not (based on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise, Google defers the cancelation at renewal_time, and will not issue a refund.",
"type": "boolean"
},
"cancellationReason": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/paymentsresellersubscription/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export namespace paymentsresellersubscription_v1 {
}
export interface Schema$GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest {
/**
* Optional. If true, Google will cancel the subscription immediately, and issue a prorated refund for the remainder of the billing cycle. Otherwise, Google defers the cancelation at renewal_time, and therefore, will not issue a refund.
* Optional. If true, Google will cancel the subscription immediately, and may or may not (based on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise, Google defers the cancelation at renewal_time, and will not issue a refund.
*/
cancelImmediately?: boolean | null;
/**
Expand Down

0 comments on commit fdb70dc

Please sign in to comment.