@@ -2405,28 +2405,22 @@ public Insert setCustomerId(java.lang.String customerId) {
2405
2405
}
2406
2406
2407
2407
/**
2408
- * The intented insert action. The usage of this field is governed by certain policies which
2409
- * are being developed & tested currently. Hence, these might not work as intended. Once this
2410
- * is fully tested & available to consume, we will share more information about its usage,
2411
- * limitations and policy documentation.
2408
+ * The intented insert action. Advised to set this when the customer already has a
2409
+ * subscription for a different SKU in the same product.
2412
2410
*/
2413
2411
@ com .google .api .client .util .Key
2414
2412
private java .lang .String action ;
2415
2413
2416
- /** The intented insert action. The usage of this field is governed by certain policies which are being
2417
- developed & tested currently. Hence, these might not work as intended. Once this is fully tested &
2418
- available to consume, we will share more information about its usage, limitations and policy
2419
- documentation.
2414
+ /** The intented insert action. Advised to set this when the customer already has a subscription for a
2415
+ different SKU in the same product.
2420
2416
*/
2421
2417
public java .lang .String getAction () {
2422
2418
return action ;
2423
2419
}
2424
2420
2425
2421
/**
2426
- * The intented insert action. The usage of this field is governed by certain policies which
2427
- * are being developed & tested currently. Hence, these might not work as intended. Once this
2428
- * is fully tested & available to consume, we will share more information about its usage,
2429
- * limitations and policy documentation.
2422
+ * The intented insert action. Advised to set this when the customer already has a
2423
+ * subscription for a different SKU in the same product.
2430
2424
*/
2431
2425
public Insert setAction (java .lang .String action ) {
2432
2426
this .action = action ;
@@ -2466,29 +2460,21 @@ public Insert setCustomerAuthToken(java.lang.String customerAuthToken) {
2466
2460
2467
2461
/**
2468
2462
* The sku_id of the existing subscription to be upgraded or downgraded. This is required when
2469
- * action is SWITCH. The usage of this field is governed by certain policies which are being
2470
- * developed & tested currently. Hence, these might not work as intended. Once this is fully
2471
- * tested & available to consume, we will share more information about its usage, limitations
2472
- * and policy documentation.
2463
+ * action is SWITCH.
2473
2464
*/
2474
2465
@ com .google .api .client .util .Key
2475
2466
private java .lang .String sourceSkuId ;
2476
2467
2477
2468
/** The sku_id of the existing subscription to be upgraded or downgraded. This is required when action
2478
- is SWITCH. The usage of this field is governed by certain policies which are being developed &
2479
- tested currently. Hence, these might not work as intended. Once this is fully tested & available to
2480
- consume, we will share more information about its usage, limitations and policy documentation.
2469
+ is SWITCH.
2481
2470
*/
2482
2471
public java .lang .String getSourceSkuId () {
2483
2472
return sourceSkuId ;
2484
2473
}
2485
2474
2486
2475
/**
2487
2476
* The sku_id of the existing subscription to be upgraded or downgraded. This is required when
2488
- * action is SWITCH. The usage of this field is governed by certain policies which are being
2489
- * developed & tested currently. Hence, these might not work as intended. Once this is fully
2490
- * tested & available to consume, we will share more information about its usage, limitations
2491
- * and policy documentation.
2477
+ * action is SWITCH.
2492
2478
*/
2493
2479
public Insert setSourceSkuId (java .lang .String sourceSkuId ) {
2494
2480
this .sourceSkuId = sourceSkuId ;
0 commit comments