processedTo property

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

The upper bound of the processing tier (i.e., an account holder must have processed less than this amount of money in order to be placed into this tier).

Implementation

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