CreateOrderResponse class

Constructors

CreateOrderResponse({required String sId, required double? shippingFees, required double? totalAmount, required String? orderDate, required String? orderId, required String? bookingId, required List history, required int? paymentStatus, required BillingAddress? billingAddress, required BillingAddress? shippingAddress, required User? user, required double? subTotal, required double? totalGst, required int? orderStatus, required List<OrderItem>? orderItem, required PriceDetails? price, required String sTypename, required int? orderType})
CreateOrderResponse.fromJson(Map<String, dynamic> json)

Properties

billingAddress BillingAddress?
latefinal
bookingId String?
latefinal
hashCode int
The hash code for this object.
no setterinherited
history List
latefinal
orderDate String?
latefinal
orderId String?
latefinal
orderItem List<OrderItem>?
latefinal
orderStatus int?
latefinal
orderType int?
latefinal
paymentStatus int?
latefinal
price PriceDetails?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingAddress BillingAddress?
latefinal
shippingFees double?
latefinal
sId String
latefinal
sTypename String
latefinal
subTotal double?
latefinal
totalAmount double?
latefinal
totalGst double?
latefinal
user User?
latefinal

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