processedFrom property

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

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

Implementation

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