PaymentOrder class

Constructors

PaymentOrder({num? id, String? uuid, String? orderNumber, num? price, String? countryCode, num? createdAt, num? vat, String? proDisplayName, String? proUniqueId, String? userDisplayName, String? userUniqueId, String? paymentStatusLabel, num? deliveryAddressId, List<OrderItems>? items, OrderDeliveryAddress? deliveryAddress})
PaymentOrder.fromJson(Map<String, dynamic> json)

Properties

countryCode String?
getter/setter pair
createdAt num?
getter/setter pair
deliveryAddress OrderDeliveryAddress?
getter/setter pair
deliveryAddressId num?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id num?
getter/setter pair
items List<OrderItems>?
getter/setter pair
orderNumber String?
getter/setter pair
paymentStatusLabel String?
getter/setter pair
price num?
getter/setter pair
proDisplayName String?
getter/setter pair
proUniqueId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userDisplayName String?
getter/setter pair
userUniqueId String?
getter/setter pair
uuid String?
getter/setter pair
vat num?
getter/setter pair

Methods

copyWith({num? id, String? uuid, String? orderNumber, num? price, String? countryCode, num? createdAt, num? vat, String? proDisplayName, String? proUniqueId, String? userDisplayName, String? userUniqueId, String? paymentStatusLabel, num? deliveryAddressId, List<OrderItems>? items, OrderDeliveryAddress? deliveryAddress}) PaymentOrder
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