SweepScheduleTypeEnum class
- Inheritance
-
- Object
- EnumClass
- SweepScheduleTypeEnum
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
Constants
-
balance
→ const SweepScheduleTypeEnum
-
The schedule type. Possible values: * cron: push out funds based on a
cronExpression. * daily: push out funds daily at 07:00 AM CET. * weekly: push out funds every Monday at 07:00 AM CET. * monthly: push out funds every first of the month at 07:00 AM CET. * balance: execute the sweep instantly if the triggerAmount is reached.
-
cron
→ const SweepScheduleTypeEnum
-
The schedule type. Possible values: * cron: push out funds based on a
cronExpression. * daily: push out funds daily at 07:00 AM CET. * weekly: push out funds every Monday at 07:00 AM CET. * monthly: push out funds every first of the month at 07:00 AM CET. * balance: execute the sweep instantly if the triggerAmount is reached.
-
daily
→ const SweepScheduleTypeEnum
-
The schedule type. Possible values: * cron: push out funds based on a
cronExpression. * daily: push out funds daily at 07:00 AM CET. * weekly: push out funds every Monday at 07:00 AM CET. * monthly: push out funds every first of the month at 07:00 AM CET. * balance: execute the sweep instantly if the triggerAmount is reached.
-
monthly
→ const SweepScheduleTypeEnum
-
The schedule type. Possible values: * cron: push out funds based on a
cronExpression. * daily: push out funds daily at 07:00 AM CET. * weekly: push out funds every Monday at 07:00 AM CET. * monthly: push out funds every first of the month at 07:00 AM CET. * balance: execute the sweep instantly if the triggerAmount is reached.
-
unknownDefaultOpenApi
→ const SweepScheduleTypeEnum
-
The schedule type. Possible values: * cron: push out funds based on a
cronExpression. * daily: push out funds daily at 07:00 AM CET. * weekly: push out funds every Monday at 07:00 AM CET. * monthly: push out funds every first of the month at 07:00 AM CET. * balance: execute the sweep instantly if the triggerAmount is reached.
-
weekly
→ const SweepScheduleTypeEnum
-
The schedule type. Possible values: * cron: push out funds based on a
cronExpression. * daily: push out funds daily at 07:00 AM CET. * weekly: push out funds every Monday at 07:00 AM CET. * monthly: push out funds every first of the month at 07:00 AM CET. * balance: execute the sweep instantly if the triggerAmount is reached.