CreateCompanyUserResponse |
CreateCompanyUserResponse.accountGroups(List<String> accountGroups) |
The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user.
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.active(Boolean active) |
Indicates whether this user is active.
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.addAccountGroupsItem(String accountGroupsItem) |
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.addAppsItem(String appsItem) |
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.addAssociatedMerchantAccountsItem(String associatedMerchantAccountsItem) |
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.addRolesItem(String rolesItem) |
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.apps(List<String> apps) |
Set of apps available to this user
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.associatedMerchantAccounts(List<String> associatedMerchantAccounts) |
The list of [merchant accounts](https://docs.adyen.com/account/account-structure#merchant-accounts) associated with this user.
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.email(String email) |
The email address of the user.
|
static CreateCompanyUserResponse |
CreateCompanyUserResponse.fromJson(String jsonString) |
Create an instance of CreateCompanyUserResponse given an JSON string
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.id(String id) |
The unique identifier of the user.
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.links(Links links) |
links
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.name(Name name) |
name
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.roles(List<String> roles) |
The list of [roles](https://docs.adyen.com/account/user-roles) for this user.
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.timeZoneCode(String timeZoneCode) |
The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user.
|
CreateCompanyUserResponse |
CreateCompanyUserResponse.username(String username) |
The username for this user.
|