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
feat(paymentsresellersubscription): update the API
#### paymentsresellersubscription:v1
The following keys were added:
- schemas.ResumeSubscriptionRequest.properties.resumeMode.description
- schemas.ResumeSubscriptionRequest.properties.resumeMode.enum
- schemas.ResumeSubscriptionRequest.properties.resumeMode.enumDescriptions
- schemas.ResumeSubscriptionRequest.properties.resumeMode.type
"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."
0 commit comments