donationAccount property

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

Donation account to which the transaction is credited.

Implementation

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