ThreeDSRequestorChallengeIndicator

Indicates whether a challenge is requested for this transaction

  • NO_PREFERENCE - No Preference

  • NO_CHALLENGE_REQUESTED - No Challenge Requested

  • CHALLENGE_PREFERENCE - Challenge requested (3DS Requestor preference)

  • CHALLENGE_MANDATE - Challenge requested (Mandate)

  • NO_CHALLENGE_RISK_ALREADY_ASSESSED - No Challenge requested (Transactional risk analysis is already performed)

  • DATA_SHARE_ONLY - No Challenge requested (Data Share Only)

  • OTHER - Other indicators not captured by above. These are rarely used

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Functions

Link copied to clipboard

Returns this class instance's raw value.

Link copied to clipboard

Returns this class instance's primitive wire representation.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard

Returns an enum member corresponding to this class instance's value.

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

Returns an enum member corresponding to this class instance's value, or Value._UNKNOWN if the class was instantiated with an unknown value.