Skip to content

Commit e4d6f49

Browse files
feat(paymentsresellersubscription): update the API
#### paymentsresellersubscription:v1 The following keys were added: - schemas.CreateSubscriptionIntent.properties.cycleOptions.$ref - schemas.CreateSubscriptionIntent.properties.cycleOptions.description
1 parent 2811b67 commit e4d6f49

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

discovery/paymentsresellersubscription-v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@
586586
}
587587
}
588588
},
589-
"revision": "20251012",
589+
"revision": "20251019",
590590
"rootUrl": "https://paymentsresellersubscription.googleapis.com/",
591591
"schemas": {
592592
"Amount": {
@@ -663,6 +663,10 @@
663663
"description": "Intent message for creating a Subscription resource.",
664664
"id": "CreateSubscriptionIntent",
665665
"properties": {
666+
"cycleOptions": {
667+
"$ref": "CycleOptions",
668+
"description": "Optional. The cycle options for the subscription."
669+
},
666670
"parent": {
667671
"description": "Required. The parent resource name, which is the identifier of the partner.",
668672
"type": "string"

src/apis/paymentsresellersubscription/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ export namespace paymentsresellersubscription_v1 {
163163
* Intent message for creating a Subscription resource.
164164
*/
165165
export interface Schema$CreateSubscriptionIntent {
166+
/**
167+
* Optional. The cycle options for the subscription.
168+
*/
169+
cycleOptions?: Schema$CycleOptions;
166170
/**
167171
* Required. The parent resource name, which is the identifier of the partner.
168172
*/

0 commit comments

Comments
 (0)