matchingValues property

  1. @BuiltValueField.new(wireName: r'matchingValues')
MatchingValuesRestriction? get matchingValues

Checks if a user has recently made multiple transfers with the specified values. To use this restriction, you must: - Set the rule type to velocity. - Specify a time interval. - Specify a number of matchingTransactions. Supported operation: allMatch. Supported value inputs: - merchantId and acquirerId - amount and currency - merchantName.

Implementation

@BuiltValueField(wireName: r'matchingValues')
MatchingValuesRestriction? get matchingValues;