AccountTakeoverSiteInfo

public final class AccountTakeoverSiteInfo

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

Parameters

brandName

The trademark brand name that is displayed to a user on the website.

locale

The locale of the website a user is accessing, which is separate from the user configured browser locale, in ISO 639-2 language code format and in ISO 3166-1 country code format.

name

Name of the website from which the event is generated.

placementName

The categorized name of the page where a user initiated event is being evaluated. - LOGIN - Applicable if the user initiated this account event from a login web page. - PASSWORD_RESET - Applicable if the user initiated this account event from a password reset web page.

Constructors

Link copied to clipboard

Types

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

The categorized name of the page where a user initiated event is being evaluated. - LOGIN - Applicable if the user initiated this account event from a login web page. - PASSWORD_RESET - Applicable if the user initiated this account event from a password reset web page. Values: LOGIN,PASSWORD_RESET

Properties

Link copied to clipboard
@Length(max = 200)
@NotNull()
@Valid()
private final String brandName
Link copied to clipboard
@Pattern(regexp = "^([a-z]{2}-[A-Z]{2})$")
@Valid()
private final String locale
Link copied to clipboard
@Length(max = 200)
@Valid()
private final String name
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
public final String getBrandName()
Link copied to clipboard
public final String getLocale()
Link copied to clipboard
public final String getName()
Link copied to clipboard