CreateOrderRequest class

订单相关模型类 创建订单请求

Constructors

CreateOrderRequest({required String consigneeName, required String consigneeMobile, required String consigneeAddress, required int provinceId, required int cityId, required int countyId, int? townId, String? consigneeZip, String? cpin, String? remark, required List<OrderItem> items})

Properties

cityId int
final
consigneeAddress String
final
consigneeMobile String
final
consigneeName String
final
consigneeZip String?
final
countyId int
final
cpin String?
final
hashCode int
The hash code for this object.
no setterinherited
items List<OrderItem>
final
provinceId int
final
remark String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
townId 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