@@ -2405,28 +2405,22 @@ public Insert setCustomerId(java.lang.String customerId) {
24052405 }
24062406
24072407 /**
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.
24122410 */
24132411 @ com .google .api .client .util .Key
24142412 private java .lang .String action ;
24152413
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.
24202416 */
24212417 public java .lang .String getAction () {
24222418 return action ;
24232419 }
24242420
24252421 /**
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.
24302424 */
24312425 public Insert setAction (java .lang .String action ) {
24322426 this .action = action ;
@@ -2466,29 +2460,21 @@ public Insert setCustomerAuthToken(java.lang.String customerAuthToken) {
24662460
24672461 /**
24682462 * 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.
24732464 */
24742465 @ com .google .api .client .util .Key
24752466 private java .lang .String sourceSkuId ;
24762467
24772468 /** 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.
24812470 */
24822471 public java .lang .String getSourceSkuId () {
24832472 return sourceSkuId ;
24842473 }
24852474
24862475 /**
24872476 * 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.
24922478 */
24932479 public Insert setSourceSkuId (java .lang .String sourceSkuId ) {
24942480 this .sourceSkuId = sourceSkuId ;
0 commit comments