ClientUserInvitation class

An invitation for a new client user to get access to the Authorized Buyers UI.

All fields are required unless otherwise specified.

Constructors

ClientUserInvitation({String? clientAccountId, String? email, String? invitationId})
ClientUserInvitation.fromJson(Map _json)

Properties

clientAccountId String?
Numerical account ID of the client buyer that the invited user is associated with.
getter/setter pair
email String?
The email address to which the invitation is sent.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invitationId String?
The unique numerical ID of the invitation that is sent to the user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited