n03 constant

  1. @BuiltValueEnumConst.new(wireName: r'03')
ThreeDSRequestorAuthenticationInfoThreeDSReqAuthMethodEnum const n03

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

@BuiltValueEnumConst(wireName: r'03')
static const ThreeDSRequestorAuthenticationInfoThreeDSReqAuthMethodEnum n03 = _$threeDSRequestorAuthenticationInfoThreeDSReqAuthMethodEnum_n03;