summary property

  1. @BuiltValueField.new(wireName: r'summary')
KYCCheckSummary? get summary

A summary of the execution of the check.

Implementation

@BuiltValueField(wireName: r'summary')
KYCCheckSummary? get summary;