Modification class abstract
Modification
Properties:
- Annotations
-
- @BuiltValue.new()
Constructors
- Modification([void updates(ModificationBuilder b)])
-
factory
Properties
- direction → String?
-
The direction of the money movement.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
Our reference for the modification.
no setter
- reference → String?
-
Your reference for the modification, used internally within your platform.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ModificationStatusEnum?
-
The status of the transfer event.
no setter
- type → String?
-
The type of transfer modification.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ModificationBuilder)) → Modification -
Rebuilds the instance.
inherited
-
toBuilder(
) → ModificationBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
Modification> -
no setter