threeDSReqAuthMethod property
- @BuiltValueField.new(wireName: r'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.
Implementation
@BuiltValueField(wireName: r'threeDSReqAuthMethod')
ThreeDSRequestorAuthenticationInfoThreeDSReqAuthMethodEnum? get threeDSReqAuthMethod;