UpdateSweepConfigurationV2Builder class

Properties

category UpdateSweepConfigurationV2CategoryEnum?
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<UpdateSweepConfigurationV2PrioritiesEnum>
getter/setter pair
reason UpdateSweepConfigurationV2ReasonEnum?
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 UpdateSweepConfigurationV2StatusEnum?
getter/setter pair
sweepAmount AmountBuilder
getter/setter pair
targetAmount AmountBuilder
getter/setter pair
triggerAmount AmountBuilder
getter/setter pair
type UpdateSweepConfigurationV2TypeEnum?
getter/setter pair

Methods

build() UpdateSweepConfigurationV2
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(UpdateSweepConfigurationV2 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(UpdateSweepConfigurationV2Builder)?) → void
Applies updates.
override

Operators

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