xid property

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

A unique transaction identifier generated by the MPI on behalf of the merchant to identify the 3D Secure transaction, in Base64 encoding.

Implementation

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