ReturnPolicyPolicy class
Constructors
- ReturnPolicyPolicy({String? lastReturnDate, String? numberOfDays, String? type})
- ReturnPolicyPolicy.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastReturnDate ↔ String?
-
Last day for returning the items.
getter/setter pair
- numberOfDays ↔ String?
-
The number of days items can be returned after delivery, where one day is
defined to be 24 hours after the delivery timestamp.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Policy type.
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