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
Copy file name to clipboardExpand all lines: clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/SubscriptionUpgradeDowngradeDetails.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,10 @@ public final class SubscriptionUpgradeDowngradeDetails extends com.google.api.cl
38
38
privatejava.lang.StringbillingCycleSpec;
39
39
40
40
/**
41
-
* Required. The previous subscription id to be replaced. This is not the full resource name, use
42
-
* the subscription_id segment only.
41
+
* Required. The previous subscription id to be replaced. The format can be one of the following:
42
+
* 1. `subscription_id`: the old subscription id under the same partner_id. 2.
43
+
* `partners/{partner_id}/subscriptions/{subscription_id}`. A different partner_id is allowed. But
44
+
* they must be under the same partner group.
43
45
* The value may be {@code null}.
44
46
*/
45
47
@com.google.api.client.util.Key
@@ -63,17 +65,21 @@ public SubscriptionUpgradeDowngradeDetails setBillingCycleSpec(java.lang.String
63
65
}
64
66
65
67
/**
66
-
* Required. The previous subscription id to be replaced. This is not the full resource name, use
67
-
* the subscription_id segment only.
68
+
* Required. The previous subscription id to be replaced. The format can be one of the following:
69
+
* 1. `subscription_id`: the old subscription id under the same partner_id. 2.
70
+
* `partners/{partner_id}/subscriptions/{subscription_id}`. A different partner_id is allowed. But
0 commit comments