User(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Details about a user's account involved in the transaction.
Attributes | |
---|---|
Name | Description |
account_id |
str
Unique account identifier for this user. If using account defender, this should match the hashed_account_id field. Otherwise, a unique and persistent identifier for this account. |
creation_ms |
int
The epoch milliseconds of the user's account creation. |
email |
str
The email address of the user. |
email_verified |
bool
Whether the email has been verified to be accessible by the user (OTP or similar). |
phone_number |
str
The phone number of the user, with country code. |
phone_verified |
bool
Whether the phone number has been verified to be accessible by the user (OTP or similar). |