@@ -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
@@ -258,8 +265,8 @@ public function insert($customerId, Subscription $postBody, $optParams = [])
258
265
* subscriptions, all of a customer's subscriptions, or all of a customer's
259
266
* transferable subscriptions. Optionally, this method can filter the response
260
267
* by a `customerNamePrefix`. For more information, see [manage
261
- * subscriptions](/ admin-sdk /reseller/v1/how-tos/manage_subscriptions).
262
- * (subscriptions.listSubscriptions)
268
+ * subscriptions](https://developers.google.com/workspace/ admin/reseller/v1/how-
269
+ * tos/manage_subscriptions). (subscriptions.listSubscriptions)
263
270
*
264
271
* @param array $optParams Optional parameters.
265
272
*
@@ -299,7 +306,8 @@ public function listSubscriptions($optParams = [])
299
306
* Immediately move a 30-day free trial subscription to a paid service
300
307
* subscription. This method is only applicable if a payment plan has already
301
308
* been set up for the 30-day trial subscription. For more information, see
302
- * [manage subscriptions](/admin-sdk/reseller/v1/how-
309
+ * [manage
310
+ * subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
303
311
* tos/manage_subscriptions#paid_service). (subscriptions.startPaidService)
304
312
*
305
313
* @param string $customerId This can be either the customer's primary domain
0 commit comments