beneficiaryAccount property

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

The beneficiary of the account.

Implementation

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