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-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/Merchant.java
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/AddAccountService.java
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/CreateAndConfigureAccountRequest.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,9 @@ public final class CreateAndConfigureAccountRequest extends com.google.api.clien
46
46
/**
47
47
* Required. An account service between the account to be created and the provider account is
48
48
* initialized as part of the creation. At least one such service needs to be provided. Currently
49
-
* only `account_aggregation` is supported which means the newly created account will be a
50
-
* subaccount of the provider defined in the `account_aggregation` service.
49
+
* exactly one of these needs to be `account_aggregation`, which means you can only create sub
50
+
* accounts, not standalone account through this method. Additional `account_management` or
51
+
* `product_management` services may be provided.
51
52
* The value may be {@code null}.
52
53
*/
53
54
@com.google.api.client.util.Key
@@ -103,8 +104,9 @@ public CreateAndConfigureAccountRequest setAccount(Account account) {
103
104
/**
104
105
* Required. An account service between the account to be created and the provider account is
105
106
* initialized as part of the creation. At least one such service needs to be provided. Currently
106
-
* only `account_aggregation` is supported which means the newly created account will be a
107
-
* subaccount of the provider defined in the `account_aggregation` service.
107
+
* exactly one of these needs to be `account_aggregation`, which means you can only create sub
108
+
* accounts, not standalone account through this method. Additional `account_management` or
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/conversions_v1beta/2.0.0/com/google/api/services/merchantapi/conversions_v1beta/Merchant.java
0 commit comments