xid property

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

Supported for 3D Secure 1. The transaction identifier (Base64-encoded, 20 bytes in a decoded form).

Implementation

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