Skip to content

Commit aee57b8

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.PaymentsResellerSubscription.v1 version 1.72.0.3965
1 parent 536d1aa commit aee57b8

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

DiscoveryJson/paymentsresellersubscription.v1.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@
586586
}
587587
}
588588
},
589-
"revision": "20251026",
589+
"revision": "20251109",
590590
"rootUrl": "https://paymentsresellersubscription.googleapis.com/",
591591
"schemas": {
592592
"Amount": {
@@ -1330,6 +1330,20 @@
13301330
"cycleOptions": {
13311331
"$ref": "CycleOptions",
13321332
"description": "Optional. The cycle options for the subscription."
1333+
},
1334+
"resumeMode": {
1335+
"description": "Optional. The mode to resume the subscription.",
1336+
"enum": [
1337+
"RESUME_MODE_UNSPECIFIED",
1338+
"RESUME_MODE_CYCLE_OPTIONS",
1339+
"RESUME_MODE_RESTORE_EXISTING_BILLING_SCHEDULE"
1340+
],
1341+
"enumDescriptions": [
1342+
"Reserved value for invalid or unexpected value.",
1343+
"Resume the subscription using the input from `cycle_options`.",
1344+
"Resume the subscription with the existing billing schedule. The subscription's next renewal time must still be in the future for this mode to be applicable."
1345+
],
1346+
"type": "string"
13331347
}
13341348
},
13351349
"type": "object"

Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,6 +2307,10 @@ public class ResumeSubscriptionRequest : Google.Apis.Requests.IDirectResponseSch
23072307
[Newtonsoft.Json.JsonPropertyAttribute("cycleOptions")]
23082308
public virtual CycleOptions CycleOptions { get; set; }
23092309

2310+
/// <summary>Optional. The mode to resume the subscription.</summary>
2311+
[Newtonsoft.Json.JsonPropertyAttribute("resumeMode")]
2312+
public virtual string ResumeMode { get; set; }
2313+
23102314
/// <summary>The ETag of the item.</summary>
23112315
public virtual string ETag { get; set; }
23122316
}

Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.PaymentsResellerSubscription.v1 Client Library</Title>
6-
<Version>1.72.0.3951</Version>
6+
<Version>1.72.0.3965</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)