transferId property

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

The unique identifier of the original transfer.

Implementation

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