requestedSettings property

  1. @BuiltValueField.new(wireName: r'requestedSettings')
CapabilitySettings? get requestedSettings

A JSON object containing the settings that were requested for the account holder.

Implementation

@BuiltValueField(wireName: r'requestedSettings')
CapabilitySettings? get requestedSettings;