threeDSReqPriorRef property

  1. @BuiltValueField.new(wireName: r'threeDSReqPriorRef')
String? get threeDSReqPriorRef

This data element provides additional information to the ACS to determine the best approach for handing a request. This data element contains an ACS Transaction ID for a prior authenticated transaction. For example, the first recurring transaction that was authenticated with the cardholder. Length: 30 characters.

Implementation

@BuiltValueField(wireName: r'threeDSReqPriorRef')
String? get threeDSReqPriorRef;