maxRoundupAmount property
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;
The maximum amount a transaction can be rounded up to make a donation. This field is only present when donationType is roundup.
@BuiltValueField(wireName: r'maxRoundupAmount')
int? get maxRoundupAmount;