allowedLevel property

  1. @BuiltValueField.new(wireName: r'allowedLevel')
AccountSupportingEntityCapabilityAllowedLevelEnum? get allowedLevel

The capability level that is allowed for the account holder. Possible values: notApplicable, low, medium, high.

Implementation

@BuiltValueField(wireName: r'allowedLevel')
AccountSupportingEntityCapabilityAllowedLevelEnum? get allowedLevel;