bank constant

  1. @BuiltValueEnumConst.new(wireName: r'bank')
SweepConfigurationV2CategoryEnum const bank

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

@BuiltValueEnumConst(wireName: r'bank')
static const SweepConfigurationV2CategoryEnum bank = _$sweepConfigurationV2CategoryEnum_bank;