service property

List<AddAccountService>? service
getter/setter pair

An account service between the account to be created and the provider account is initialized as part of the creation.

At least one such service needs to be provided. Currently exactly one of these needs to be account_aggregation and accounts.createAndConfigure method can be used to create a sub-account under an existing advanced account through this method. Additional account_management or product_management services may be provided.

Required.

Implementation

core.List<AddAccountService>? service;