capabilities property
- @BuiltValueField.new(wireName: r'capabilities')
Contains key-value pairs that specify the actions that the legal entity can do in your platform.The key is a capability required for your integration. For example, issueCard for Issuing. The value is an object containing the settings for the capability.
Implementation
@BuiltValueField(wireName: r'capabilities')
BuiltMap<String, LegalEntityCapability>? get capabilities;