allowed property

  1. @BuiltValueField.new(wireName: r'allowed')
bool? get allowed

Indicates whether the capability is allowed for the supporting entity. If a capability is allowed for a supporting entity but not for the parent legal entity, this means the legal entity has other supporting entities that failed verification. You can use the allowed supporting entity regardless of the verification status of other supporting entities.

Implementation

@BuiltValueField(wireName: r'allowed')
bool? get allowed;