category property

  1. @BuiltValueField.new(wireName: r'category')
UpdateSweepConfigurationV2CategoryEnum? get category

The type of transfer that results from the sweep. Possible values: - bank: Sweep to a transfer instrument. - internal: Transfer to another balance account within your platform. Required when setting priorities.

Implementation

@BuiltValueField(wireName: r'category')
UpdateSweepConfigurationV2CategoryEnum? get category;