CreateSweepConfigurationV2StatusEnum class

Inheritance
  • Object
  • EnumClass
  • CreateSweepConfigurationV2StatusEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<CreateSweepConfigurationV2StatusEnum>
no setter
values → BuiltSet<CreateSweepConfigurationV2StatusEnum>
no setter

Constants

active → const CreateSweepConfigurationV2StatusEnum
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.
inactive → const CreateSweepConfigurationV2StatusEnum
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.
unknownDefaultOpenApi → const CreateSweepConfigurationV2StatusEnum
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.