OperationGrant class

Operation of granting money to MyUser.

Inheritance

Constructors

OperationGrant({required OperationId id, required OperationNum num, OperationStatus status = OperationStatus.completed, required Price amount, required PreciseDateTime createdAt, OperationCancellation? canceled, required OperationOrigin origin, required OperationDirection direction, PreciseDateTime? holdUntil, required OperationReason reason})

Properties

amount Price
Money Sum and Currency of this Operation.
finalinherited
canceled OperationCancellation?
Information about why this Operation was canceled, if it was.
finalinherited
createdAt PreciseDateTime
PreciseDateTime when this Operation was created.
finalinherited
direction OperationDirection
OperationDirection of this Operation.
finalinherited
hashCode int
The hash code for this object.
no setteroverride
holdUntil PreciseDateTime?
PreciseDateTime until which this Operation is on hold.
finalinherited
id OperationId
ID of this Operation.
finalinherited
num OperationNum
Sequential number of this Operation.
finalinherited
origin OperationOrigin
OperationOrigin of this Operation.
finalinherited
reason OperationReason
Reason of this OperationGrant.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status OperationStatus
OperationStatus of this Operation.
getter/setter pairinherited

Methods

compareTo(Operation other) int
Compares this object to another object.
inherited
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.
override