maxRoundupAmount property

  1. @BuiltValueField.new(wireName: r'maxRoundupAmount')
int? get maxRoundupAmount

The maximum amount a transaction can be rounded up to make a donation. This field is only present when donationType is roundup.

Implementation

@BuiltValueField(wireName: r'maxRoundupAmount')
int? get maxRoundupAmount;