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

Operators

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

Static Properties

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

Static Methods

valueOf(String name) SweepScheduleTypeEnum

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.