destinationAccountCode property

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

The code of the account to which funds were credited during an outgoing fund transfer.

Implementation

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