score property

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

The transaction score determined by the rule. Returned only when outcomeType is scoreBased.

Implementation

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