OrdersRefundItemRequest class
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
items
↔ List<
OrdersCustomBatchRequestEntryRefundItemItem> -
The items that are refunded. Either Item or Shipping must be provided in
the request.
read / write
- operationId ↔ String
-
The ID of the operation. Unique across all operations for a given order.
read / write
- reason ↔ String
-
The reason for the refund. [...]
read / write
- reasonText ↔ String
-
The explanation of the reason.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- shipping ↔ OrdersCustomBatchRequestEntryRefundItemShipping
-
The refund on shipping. Optional, but either Item or Shipping must be
provided in the request.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited