OrderUpdateDto class

Annotations
  • @JsonSerializable()

Constructors

OrderUpdateDto({required String shortCode, required String preferredDate, required String preferredDeliveryTime, required int toPayInCents, required String agent, required String deliveryProviderId, required String operatorCancelReason, required List<String> discounts, required List<OrderItemDto> orderItems, required ClientDto client, required bool resale, required String system, required int deliveryPrice})
OrderUpdateDto.fromJson(Map<String, dynamic> json)
factory

Properties

agent → String
final
client ClientDto
final
deliveryPrice → int
final
deliveryProviderId → String
final
discounts → List<String>
final
hashCode → int
The hash code for this object.
no setterinherited
operatorCancelReason → String
final
orderItems → List<OrderItemDto>
final
preferredDate → String
final
preferredDeliveryTime → String
final
resale → bool
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shortCode → String
final
system → String
final
toPayInCents → int
final

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