destinationAccountCode property

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

The code of the Account to which funds were credited.

Implementation

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