MerchantOrderReturnItem class
Constructors
-
MerchantOrderReturnItem({CustomerReturnReason? customerReturnReason, String? itemId, MerchantRejectionReason? merchantRejectionReason, RefundReason? merchantReturnReason, OrderLineItemProduct? product, MonetaryAmount? refundableAmount, String? returnItemId, List<
String> ? returnShipmentIds, String? shipmentGroupId, String? shipmentUnitId, String? state}) - MerchantOrderReturnItem.fromJson(Map json_)
Properties
- customerReturnReason ↔ CustomerReturnReason?
-
The reason that the customer chooses to return an item.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemId ↔ String?
-
Product level item ID.
getter/setter pair
- merchantRejectionReason ↔ MerchantRejectionReason?
-
The reason that the merchant chose to reject an item return.
getter/setter pair
- merchantReturnReason ↔ RefundReason?
-
The reason that merchant chooses to accept a return item.
getter/setter pair
- product ↔ OrderLineItemProduct?
-
Product data from the time of the order placement.
getter/setter pair
- refundableAmount ↔ MonetaryAmount?
-
Maximum amount that can be refunded for this return item.
getter/setter pair
- returnItemId ↔ String?
-
Unit level ID for the return item.
getter/setter pair
-
returnShipmentIds
↔ List<
String> ? -
IDs of the return shipments that this return item belongs to.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shipmentGroupId ↔ String?
-
ID of the original shipment group.
getter/setter pair
- shipmentUnitId ↔ String?
-
ID of the shipment unit assigned by the merchant.
getter/setter pair
- state ↔ String?
-
State of the item.
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