requestedLevel property
- @BuiltValueField.new(wireName: r'requestedLevel')
The requested level of the capability. Some capabilities, such as those used in card issuing, have different levels. Levels increase the capability, but also require additional checks and increased monitoring. Possible values: notApplicable, low, medium, high.
Implementation
@BuiltValueField(wireName: r'requestedLevel')
AccountSupportingEntityCapabilityRequestedLevelEnum? get requestedLevel;