sourceAccountCode property

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

The code of the account from which funds were debited during an incoming fund transfer.

Implementation

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