xid property

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

The 3DS transaction ID of the 3DS session sent in notifications. The value is Base64-encoded and is returned for transactions with directoryResponse 'N' or 'Y'. Example: ODgxNDc2MDg2MDExODk5MAAAAAA=

Implementation

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