problems property

  1. @BuiltValueField.new(wireName: r'problems')
BuiltList<CapabilityProblem>? get problems

List of verification errors related to capabilities for the legal entity.

Implementation

@BuiltValueField(wireName: r'problems')
BuiltList<CapabilityProblem>? get problems;