purpose property

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

Required if type is donations. The reason for receiving the funds.

Implementation

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