maxAmount property

  1. @BuiltValueField.new(wireName: r'maxAmount')
Amount? get maxAmount

The maximum amount a card holder can withdraw per day.

Implementation

@BuiltValueField(wireName: r'maxAmount')
Amount? get maxAmount;