status property

  1. @BuiltValueField.new(wireName: r'status')
CreateSweepConfigurationV2StatusEnum? get status

The status of the sweep. If not provided, by default, this is set to active. Possible values: * active: the sweep is enabled and funds will be pulled in or pushed out based on the defined configuration. * inactive: the sweep is disabled and cannot be triggered.

Implementation

@BuiltValueField(wireName: r'status')
CreateSweepConfigurationV2StatusEnum? get status;