capabilities property
- @BuiltValueField.new(wireName: r'capabilities')
Key-value pairs that specify what you can do with the merchant account and its settings. The key is a capability. For example, the sendToTransferInstrument is the capability required before you can pay out the funds of a merchant account to a bank account. The value is an object containing the settings for the capability.
Implementation
@BuiltValueField(wireName: r'capabilities')
BuiltMap<String, AccountCapabilityData> get capabilities;