SweepConfigurationV2Builder class

Properties

category SweepConfigurationV2CategoryEnum?
getter/setter pair
counterparty SweepCounterpartyBuilder
getter/setter pair
currency String?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
priorities ↔ ListBuilder<SweepConfigurationV2PrioritiesEnum>
getter/setter pair
reason SweepConfigurationV2ReasonEnum?
getter/setter pair
reasonDetail String?
getter/setter pair
reference String?
getter/setter pair
referenceForBeneficiary String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule SweepScheduleBuilder
getter/setter pair
status SweepConfigurationV2StatusEnum?
getter/setter pair
sweepAmount AmountBuilder
getter/setter pair
targetAmount AmountBuilder
getter/setter pair
triggerAmount AmountBuilder
getter/setter pair
type SweepConfigurationV2TypeEnum?
getter/setter pair

Methods

build() SweepConfigurationV2
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(SweepConfigurationV2 other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(SweepConfigurationV2Builder)?) → void
Applies updates.
override

Operators

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