ReferralTransactionBuilder class

Properties

amount double?
getter/setter pair
commission double?
getter/setter pair
createdAt DateTime?
getter/setter pair
currency String?
getter/setter pair
errors ↔ ListBuilder<Error>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
pendingExpiresAt DateTime?
getter/setter pair
rates ↔ ListBuilder<AmountRate>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ReferralTransactionType?
getter/setter pair

Methods

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

Operators

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