ChallengeDetail

public final class ChallengeDetail

Information related to challenges initiated by the Partner's system to a user before calling Expedia's Fraud Prevention Service.

Parameters

displayedFlag

Indicates that there was a challenge initiated by the Partner's system to a user before calling Expedia's Fraud Prevention Service.

type

The kind of challenge served by the Partner''s system to a user prior to calling Expedia''s Fraud Prevention Service. - CAPTCHA - Applicable if the challenge served by the Partner''s system was a Captcha challenge. - TWO_FACTOR - Applicable if the challenge served by the Partner''s system was a two-factor challenge including (Email verification, One Time Password, Okta, etc).

status

The status of the challenge served by the Partner''s system to a user before calling Expedia''s Fraud Prevention Service. - SUCCESS - Applicable if the user successfully passed the challenge. - FAILED - Applicable if the user failed the challenge.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public final class Builder
Link copied to clipboard
public enum Status extends Enum<ChallengeDetail.Status>

The status of the challenge served by the Partner''s system to a user before calling Expedia''s Fraud Prevention Service. - SUCCESS - Applicable if the user successfully passed the challenge. - FAILED - Applicable if the user failed the challenge. Values: SUCCESS,FAILED

Link copied to clipboard
public enum Type extends Enum<ChallengeDetail.Type>

The kind of challenge served by the Partner''s system to a user prior to calling Expedia''s Fraud Prevention Service. - CAPTCHA - Applicable if the challenge served by the Partner''s system was a Captcha challenge. - TWO_FACTOR - Applicable if the challenge served by the Partner''s system was a two-factor challenge including (Email verification, One Time Password, Okta, etc). Values: CAPTCHA,TWO_FACTOR

Properties

Link copied to clipboard
@NotNull()
@Valid()
private final Boolean displayedFlag
Link copied to clipboard
@NotNull()
private final ChallengeDetail.Status status
Link copied to clipboard
@NotNull()
private final ChallengeDetail.Type type

Functions

Link copied to clipboard
public final static ChallengeDetail.Builder builder()
Link copied to clipboard
public final Boolean getDisplayedFlag()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard