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/model/CreateAndConfigureAccountRequest.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,10 @@ public final class CreateAndConfigureAccountRequest extends com.google.api.clien
44
44
privateAccountaccount;
45
45
46
46
/**
47
-
* Optional. If specified, an account service between the account to be created and the provider
48
-
* account is initialized as part of the creation.
47
+
* Required. An account service between the account to be created and the provider account is
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
51
* The value may be {@code null}.
50
52
*/
51
53
@com.google.api.client.util.Key
@@ -99,17 +101,21 @@ public CreateAndConfigureAccountRequest setAccount(Account account) {
99
101
}
100
102
101
103
/**
102
-
* Optional. If specified, an account service between the account to be created and the provider
103
-
* account is initialized as part of the creation.
104
+
* Required. An account service between the account to be created and the provider account is
105
+
* 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.
0 commit comments