UpdateMerchantUserRequest class abstract

UpdateMerchantUserRequest

Properties:

  • accountGroups - The list of account groups associated with this user.
  • active - Sets the status of the user to active (true) or inactive (false).
  • 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.
  • roles - The list of roles for this user.
  • timeZoneCode - The tz database name of the time zone of the user. For example, Europe/Amsterdam.
Annotations
  • @BuiltValue.new()

Constructors

UpdateMerchantUserRequest([void updates(UpdateMerchantUserRequestBuilder b)])
factory

Properties

accountGroups → BuiltList<String>?
The list of account groups associated with this user.
no setter
active bool?
Sets the status of the user to active (true) or inactive (false).
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_ Name2?
The user's full name.
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UpdateMerchantUserRequestBuilder)) UpdateMerchantUserRequest
Rebuilds the instance.
inherited
toBuilder() UpdateMerchantUserRequestBuilder
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<UpdateMerchantUserRequest>
no setter