OrderCancellation class

Constructors

OrderCancellation({String? actor, String? creationDate, int? quantity, String? reason, String? reasonText})
OrderCancellation.fromJson(Map json_)

Properties

actor String?
The actor that created the cancellation.
getter/setter pair
creationDate String?
Date on which the cancellation has been created, in ISO 8601 format.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
quantity int?
The quantity that was canceled.
getter/setter pair
reason String?
The reason for the cancellation.
getter/setter pair
reasonText String?
The explanation of the reason.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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