RetenoEcommerceOrder class

Constructors

RetenoEcommerceOrder({required String externalOrderId, required double totalCost, required RetenoEcommerceOrderStatus status, required String date, String? cartId, String? email, String? phone, String? firstName, String? lastName, double? shipping, double? discount, double? taxes, String? restoreUrl, String? statusDescription, String? storeId, String? source, String? deliveryMethod, String? paymentMethod, String? deliveryAddress, List<RetenoEcommerceItem>? items, Map<String, List<String>>? attributes})
const

Properties

attributes Map<String, List<String>>?
final
cartId String?
final
date String
final
deliveryAddress String?
final
deliveryMethod String?
final
discount double?
final
email String?
final
externalOrderId String
final
firstName String?
final
hashCode int
The hash code for this object.
no setterinherited
items List<RetenoEcommerceItem>?
final
lastName String?
final
paymentMethod String?
final
phone String?
final
restoreUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipping double?
final
source String?
final
status RetenoEcommerceOrderStatus
final
statusDescription String?
final
storeId String?
final
taxes double?
final
totalCost double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited