CreateMerchantUserRequest class abstract
CreateMerchantUserRequest
Properties:
- accountGroups - The list of account groups associated with this user.
- email - The email address of the user.
- loginMethod - The requested login method for the user. To use SSO, you must already have SSO configured with Adyen before creating the user. Possible values: Username & account, Email, or SSO
- name_ - The user's full name. Allowed length: 1—80 characters.
- roles - The list of roles for this user.
- timeZoneCode - The tz database name of the time zone of the user. For example, Europe/Amsterdam.
- username - The user's email address that will be their username. Must be the same as the one in the
emailfield.
- Annotations
-
- @BuiltValue.new()
Constructors
- CreateMerchantUserRequest([void updates(CreateMerchantUserRequestBuilder b)])
-
factory
Properties
-
accountGroups
→ BuiltList<
String> ? -
The list of account groups associated with this user.
no setter
- email → String
-
The email address of the user.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- loginMethod → String?
-
The requested login method for the user. To use SSO, you must already have SSO configured with Adyen before creating the user. Possible values: Username & account, Email, or SSO
no setter
- name_ → Name
-
The user's full name. Allowed length: 1—80 characters.
no setter
-
roles
→ BuiltList<
String> ? -
The list of roles for this user.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeZoneCode → String?
-
The tz database name of the time zone of the user. For example, Europe/Amsterdam.
no setter
- username → String
-
The user's email address that will be their username. Must be the same as the one in the
emailfield.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CreateMerchantUserRequestBuilder)) → CreateMerchantUserRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → CreateMerchantUserRequestBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
CreateMerchantUserRequest> -
no setter