ThreeDSRequestorAuthenticationInfo class abstract
ThreeDSRequestorAuthenticationInfo
Properties:
- threeDSReqAuthData - Data that documents and supports a specific authentication process. Maximum length: 2048 bytes.
- threeDSReqAuthMethod - Mechanism used by the Cardholder to authenticate to the 3DS Requestor. Allowed values: * 01 — No 3DS Requestor authentication occurred (for example, cardholder “logged in” as guest). * 02 — Login to the cardholder account at the 3DS Requestor system using 3DS Requestor’s own credentials. * 03 — Login to the cardholder account at the 3DS Requestor system using federated ID. * 04 — Login to the cardholder account at the 3DS Requestor system using issuer credentials. * 05 — Login to the cardholder account at the 3DS Requestor system using third-party authentication. * 06 — Login to the cardholder account at the 3DS Requestor system using FIDO Authenticator.
- threeDSReqAuthTimestamp - Date and time in UTC of the cardholder authentication. Format: YYYYMMDDHHMM
- Annotations
-
- @BuiltValue.new()
Constructors
- ThreeDSRequestorAuthenticationInfo([void updates(ThreeDSRequestorAuthenticationInfoBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threeDSReqAuthData → String?
-
Data that documents and supports a specific authentication process. Maximum length: 2048 bytes.
no setter
- threeDSReqAuthMethod → ThreeDSRequestorAuthenticationInfoThreeDSReqAuthMethodEnum?
-
Mechanism used by the Cardholder to authenticate to the 3DS Requestor. Allowed values: * 01 — No 3DS Requestor authentication occurred (for example, cardholder “logged in” as guest). * 02 — Login to the cardholder account at the 3DS Requestor system using 3DS Requestor’s own credentials. * 03 — Login to the cardholder account at the 3DS Requestor system using federated ID. * 04 — Login to the cardholder account at the 3DS Requestor system using issuer credentials. * 05 — Login to the cardholder account at the 3DS Requestor system using third-party authentication. * 06 — Login to the cardholder account at the 3DS Requestor system using FIDO Authenticator.
no setter
- threeDSReqAuthTimestamp → String?
-
Date and time in UTC of the cardholder authentication. Format: YYYYMMDDHHMM
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ThreeDSRequestorAuthenticationInfoBuilder)) → ThreeDSRequestorAuthenticationInfo -
Rebuilds the instance.
inherited
-
toBuilder(
) → ThreeDSRequestorAuthenticationInfoBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
ThreeDSRequestorAuthenticationInfo> -
no setter