OrderData class

Constructors

OrderData({String? orderId, String? orderDate, String? pickupLocation, String? channelId, String? comment, String? billingCustomerName, String? billingLastName, String? billingAddress, String? billingAddress2, String? billingCity, String? billingPincode, String? billingState, String? billingCountry, String? billingEmail, String? billingPhone, bool? shippingIsBilling, String? shippingCustomerName, String? shippingLastName, String? shippingAddress, String? shippingAddress2, String? shippingCity, String? shippingPincode, String? shippingCountry, String? shippingState, String? shippingEmail, String? shippingPhone, List<OrderItem>? orderItems, String? paymentMethod, int? shippingCharges, int? giftwrapCharges, int? transactionCharges, int? totalDiscount, int? subTotal, int? length, int? breadth, int? height, double? weight})
OrderData.fromJson(Map<String, dynamic> json)
factory

Properties

billingAddress String?
getter/setter pair
billingAddress2 String?
getter/setter pair
billingCity String?
getter/setter pair
billingCountry String?
getter/setter pair
billingCustomerName String?
getter/setter pair
billingEmail String?
getter/setter pair
billingLastName String?
getter/setter pair
billingPhone String?
getter/setter pair
billingPincode String?
getter/setter pair
billingState String?
getter/setter pair
breadth int?
getter/setter pair
channelId String?
getter/setter pair
comment String?
getter/setter pair
giftwrapCharges int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
length int?
getter/setter pair
orderDate String?
getter/setter pair
orderId String?
getter/setter pair
orderItems List<OrderItem>?
getter/setter pair
paymentMethod String?
getter/setter pair
pickupLocation String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingAddress String?
getter/setter pair
shippingAddress2 String?
getter/setter pair
shippingCharges int?
getter/setter pair
shippingCity String?
getter/setter pair
shippingCountry String?
getter/setter pair
shippingCustomerName String?
getter/setter pair
shippingEmail String?
getter/setter pair
shippingIsBilling bool?
getter/setter pair
shippingLastName String?
getter/setter pair
shippingPhone String?
getter/setter pair
shippingPincode String?
getter/setter pair
shippingState String?
getter/setter pair
subTotal int?
getter/setter pair
totalDiscount int?
getter/setter pair
transactionCharges int?
getter/setter pair
weight double?
getter/setter pair

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