OperationDepositMixin mixin
Properties
- amount ↔ OperationDepositMixin$Amount
-
getter/setter pair
- billingCountry ↔ CountryCode
-
getter/setter pair
- canceled ↔ OperationDepositMixin$Canceled?
-
getter/setter pair
- createdAt ↔ PreciseDateTime
-
getter/setter pair
- details ↔ OperationDepositMixin$Details
-
getter/setter pair
- direction ↔ OperationDirection
-
getter/setter pair
- failed ↔ OperationDepositMixin$Failed?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- holdUntil ↔ PreciseDateTime?
-
getter/setter pair
- id ↔ OperationId
-
getter/setter pair
- invoice ↔ InvoiceFile?
-
getter/setter pair
- kind ↔ OperationDepositKind
-
getter/setter pair
- num ↔ OperationNum
-
getter/setter pair
- origin ↔ OperationOrigin
-
getter/setter pair
- price ↔ OperationDepositMixin$Price?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ OperationStatus
-
getter/setter pair
- ver ↔ OperationVersion
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDto(
OperationsCursor? cursor) → DtoOperation -
Available on OperationDepositMixin, provided by the OperationDepositConversion extension
Constructs a new DtoOperation from this OperationDepositMixin. -
toModel(
) → OperationDeposit -
Available on OperationDepositMixin, provided by the OperationDepositConversion extension
Constructs a new OperationDeposit from this OperationDepositMixin. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited