threeDSReqPriorAuthMethod property

  1. @BuiltValueField.new(wireName: r'threeDSReqPriorAuthMethod')
ThreeDSRequestorPriorAuthenticationInfoThreeDSReqPriorAuthMethodEnum? get threeDSReqPriorAuthMethod

Mechanism used by the Cardholder to previously authenticate to the 3DS Requestor. Allowed values: * 01 — Frictionless authentication occurred by ACS. * 02 — Cardholder challenge occurred by ACS. * 03 — AVS verified. * 04 — Other issuer methods.

Implementation

@BuiltValueField(wireName: r'threeDSReqPriorAuthMethod')
ThreeDSRequestorPriorAuthenticationInfoThreeDSReqPriorAuthMethodEnum? get threeDSReqPriorAuthMethod;