Class User (1.20.0)

User(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Details about a user's account involved in the transaction.

Attributes

NameDescription
account_id str
Optional. 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
Optional. The epoch milliseconds of the user's account creation.
email str
Optional. The email address of the user.
email_verified bool
Optional. Whether the email has been verified to be accessible by the user (OTP or similar).
phone_number str
Optional. The phone number of the user, with country code.
phone_verified bool
Optional. Whether the phone number has been verified to be accessible by the user (OTP or similar).