@@ -65,7 +65,7 @@ public function activate($customerId, $subscriptionId, $optParams = [])
65
65
* trial or a flexible plan subscription to an annual commitment plan with
66
66
* monthly or yearly payments. How a plan is updated differs depending on the
67
67
* plan and the products. For more information, see the description in [manage
68
- * subscriptions](/ admin-sdk /reseller/v1/how-
68
+ * subscriptions](https://developers.google.com/workspace/ admin/reseller/v1/how-
69
69
* tos/manage_subscriptions#update_subscription_plan).
70
70
* (subscriptions.changePlan)
71
71
*
@@ -94,7 +94,8 @@ public function changePlan($customerId, $subscriptionId, ChangePlanRequest $post
94
94
/**
95
95
* Updates a user license's renewal settings. This is applicable for accounts
96
96
* with annual commitment plans only. For more information, see the description
97
- * in [manage subscriptions](/admin-sdk/reseller/v1/how-
97
+ * in [manage
98
+ * subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
98
99
* tos/manage_subscriptions#update_renewal).
99
100
* (subscriptions.changeRenewalSettings)
100
101
*
@@ -123,7 +124,8 @@ public function changeRenewalSettings($customerId, $subscriptionId, RenewalSetti
123
124
/**
124
125
* Updates a subscription's user license settings. For more information about
125
126
* updating an annual commitment plan or a flexible plan subscription’s
126
- * licenses, see [Manage Subscriptions](/admin-sdk/reseller/v1/how-
127
+ * licenses, see [Manage
128
+ * Subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
127
129
* tos/manage_subscriptions#update_subscription_seat).
128
130
* (subscriptions.changeSeats)
129
131
*
@@ -177,10 +179,12 @@ public function delete($customerId, $subscriptionId, $deletionType, $optParams =
177
179
}
178
180
/**
179
181
* Gets a specific subscription. The `subscriptionId` can be found using the
180
- * [Retrieve all reseller subscriptions](/admin-sdk/reseller/v1/how-
182
+ * [Retrieve all reseller
183
+ * subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
181
184
* tos/manage_subscriptions#get_all_subscriptions) method. For more information
182
185
* about retrieving a specific subscription, see the information descrived in
183
- * [manage subscriptions](/admin-sdk/reseller/v1/how-
186
+ * [manage
187
+ * subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
184
188
* tos/manage_subscriptions#get_subscription). (subscriptions.get)
185
189
*
186
190
* @param string $customerId This can be either the customer's primary domain
@@ -206,17 +210,20 @@ public function get($customerId, $subscriptionId, $optParams = [])
206
210
}
207
211
/**
208
212
* Creates or transfer a subscription. Create a subscription for a customer's
209
- * account that you ordered using the [Order a new customer account](/admin-
210
- * sdk/reseller/v1/reference/customers/insert.html) method. For more information
211
- * about creating a subscription for different payment plans, see [manage
212
- * subscriptions](/admin-sdk/reseller/v1/how-
213
+ * account that you ordered using the [Order a new customer account](https://dev
214
+ * elopers.google.com/workspace/admin/reseller/v1/reference/customers/insert.htm
215
+ * l) method. For more information about creating a subscription for different
216
+ * payment plans, see [manage
217
+ * subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
213
218
* tos/manage_subscriptions#create_subscription).\ If you did not order the
214
219
* customer's account using the customer insert method, use the customer's
215
220
* `customerAuthToken` when creating a subscription for that customer. If
216
221
* transferring a G Suite subscription with an associated Google Drive or Google
217
- * Vault subscription, use the [batch operation](/admin-sdk/reseller/v1/how-
222
+ * Vault subscription, use the [batch
223
+ * operation](https://developers.google.com/workspace/admin/reseller/v1/how-
218
224
* tos/batch.html) to transfer all of these subscriptions. For more information,
219
- * see how to [transfer subscriptions](/admin-sdk/reseller/v1/how-
225
+ * see how to [transfer
226
+ * subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
220
227
* tos/manage_subscriptions#transfer_a_subscription). (subscriptions.insert)
221
228
*
222
229
* @param string $customerId This can be either the customer's primary domain
@@ -227,23 +234,17 @@ public function get($customerId, $subscriptionId, $optParams = [])
227
234
* @param Subscription $postBody
228
235
* @param array $optParams Optional parameters.
229
236
*
230
- * @opt_param string action The intented insert action. The usage of this field
231
- * is governed by certain policies which are being developed & tested currently.
232
- * Hence, these might not work as intended. Once this is fully tested &
233
- * available to consume, we will share more information about its usage,
234
- * limitations and policy documentation.
237
+ * @opt_param string action The intented insert action. Advised to set this when
238
+ * the customer already has a subscription for a different SKU in the same
239
+ * product.
235
240
* @opt_param string customerAuthToken The `customerAuthToken` query string is
236
241
* required when creating a resold account that transfers a direct customer's
237
242
* subscription or transfers another reseller customer's subscription to your
238
243
* reseller management. This is a hexadecimal authentication token needed to
239
244
* complete the subscription transfer. For more information, see the
240
245
* administrator help center.
241
246
* @opt_param string sourceSkuId The sku_id of the existing subscription to be
242
- * upgraded or downgraded. This is required when action is SWITCH. The usage of
243
- * this field is governed by certain policies which are being developed & tested
244
- * currently. Hence, these might not work as intended. Once this is fully tested
245
- * & available to consume, we will share more information about its usage,
246
- * limitations and policy documentation.
247
+ * upgraded or downgraded. This is required when action is SWITCH.
247
248
* @return Subscription
248
249
* @throws \Google\Service\Exception
249
250
*/
@@ -258,8 +259,8 @@ public function insert($customerId, Subscription $postBody, $optParams = [])
258
259
* subscriptions, all of a customer's subscriptions, or all of a customer's
259
260
* transferable subscriptions. Optionally, this method can filter the response
260
261
* by a `customerNamePrefix`. For more information, see [manage
261
- * subscriptions](/ admin-sdk /reseller/v1/how-tos/manage_subscriptions).
262
- * (subscriptions.listSubscriptions)
262
+ * subscriptions](https://developers.google.com/workspace/ admin/reseller/v1/how-
263
+ * tos/manage_subscriptions). (subscriptions.listSubscriptions)
263
264
*
264
265
* @param array $optParams Optional parameters.
265
266
*
@@ -299,7 +300,8 @@ public function listSubscriptions($optParams = [])
299
300
* Immediately move a 30-day free trial subscription to a paid service
300
301
* subscription. This method is only applicable if a payment plan has already
301
302
* been set up for the 30-day trial subscription. For more information, see
302
- * [manage subscriptions](/admin-sdk/reseller/v1/how-
303
+ * [manage
304
+ * subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
303
305
* tos/manage_subscriptions#paid_service). (subscriptions.startPaidService)
304
306
*
305
307
* @param string $customerId This can be either the customer's primary domain
0 commit comments