capabilities property

  1. @BuiltValueField.new(wireName: r'capabilities')
BuiltMap<String, AccountCapabilityData> get capabilities

Key-value pairs that specify the actions that the merchant account can do and its settings. The key is a capability. For example, the sendToTransferInstrument is the capability required before you can pay out funds to the bank account. The value is an object containing the settings for the capability.

Implementation

@BuiltValueField(wireName: r'capabilities')
BuiltMap<String, AccountCapabilityData> get capabilities;