score property
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;