AccountTakeoverDeviceDetails

public final class AccountTakeoverDeviceDetails

Information specific to the Partner's device through which a transaction was made.

Parameters

deviceBox

Device related information retrieved from TrustWidget.

ipAddress

IP address of the device used for this event.

userAgent

The application type, operating system, software vendor, or software version of the originating request.

source

Source of the device_box. Default value is TrustWidget.

type

The categorized type of device used by a user. Possible values are: - WEBSITE - Applicable if the user initiated this event from a web browser on a desktop computer. - PHONE_WEB - Applicable if the user initiated this event from a web browser on a phone. - TABLET_WEB - Applicable if the user initiated this event from a web browser on a tablet. - PHONE_APP - Applicable if the user initiated this event from an app on a phone. - TABLET_APP - Applicable if the user initiated this event from an app on a tablet.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public final class Builder
Link copied to clipboard

The categorized type of device used by a user. Possible values are: - WEBSITE - Applicable if the user initiated this event from a web browser on a desktop computer. - PHONE_WEB - Applicable if the user initiated this event from a web browser on a phone. - TABLET_WEB - Applicable if the user initiated this event from a web browser on a tablet. - PHONE_APP - Applicable if the user initiated this event from an app on a phone. - TABLET_APP - Applicable if the user initiated this event from an app on a tablet. Values: WEBSITE,PHONE_WEB,TABLET_WEB,PHONE_APP,TABLET_APP

Properties

Link copied to clipboard
@NotNull()
@Valid()
private final String deviceBox
Link copied to clipboard
@Pattern(regexp = "^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-F0-9]{1,4}:){7}[A-F0-9]{1,4}$")
@NotNull()
@Valid()
private final String ipAddress
Link copied to clipboard
@Length(max = 50)
@Valid()
private final String source
Link copied to clipboard
Link copied to clipboard
@NotNull()
@Valid()
private final String userAgent

Functions

Link copied to clipboard
Link copied to clipboard
public final String getDeviceBox()
Link copied to clipboard
public final String getIpAddress()
Link copied to clipboard
public final String getSource()
Link copied to clipboard
Link copied to clipboard
public final String getUserAgent()
Link copied to clipboard