ClientAccountUpdateContext class
The ClientAccountUpdateContext
class represents the context for updating a client's account
information, including personal details, agreements, and custom attributes.
Constructors
-
ClientAccountUpdateContext({String? email, String? customId, String? uuid, String? firstName, String? lastName, ClientSex? sex, String? phone, String? company, String? address, String? province, String? city, String? zipcode, String? countrycode, ClientAgreements? agreements, Map<
String, Object> ? attributes})
Properties
- address ↔ String?
-
getter/setter pair
- agreements ↔ ClientAgreements?
-
getter/setter pair
-
attributes
↔ Map<
String, Object> ? -
getter/setter pair
- city ↔ String?
-
getter/setter pair
- company ↔ String?
-
getter/setter pair
- countrycode ↔ String?
-
getter/setter pair
- customId ↔ String?
-
getter/setter pair
- email ↔ String?
-
getter/setter pair
- firstName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastName ↔ String?
-
getter/setter pair
- phone ↔ String?
-
getter/setter pair
- province ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sex ↔ ClientSex?
-
getter/setter pair
- uuid ↔ String?
-
getter/setter pair
- zipcode ↔ String?
-
getter/setter pair
Methods
-
asMap(
) → Map -
Map asMap()
is a method that returns aMap
object containing all the properties of theClientAccountUpdateContext
instance. The keys of the map correspond to the property names, and the values correspond to the property values. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited