score property

  1. @BuiltValueField.new(wireName: r'score')
int? get score

A positive or negative score applied to the transaction if it meets the conditions of the rule. Required when outcomeType is scoreBased. The value must be between -100 and 100.

Implementation

@BuiltValueField(wireName: r'score')
int? get score;