OrdersRefundItemRequest class Null safety
Constructors
-
OrdersRefundItemRequest({List<
OrdersCustomBatchRequestEntryRefundItemItem> ? items, String? operationId, String? reason, String? reasonText, OrdersCustomBatchRequestEntryRefundItemShipping? shipping}) - OrdersRefundItemRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
items
↔ List<
OrdersCustomBatchRequestEntryRefundItemItem> ? -
The items that are refunded.
read / write
- operationId ↔ String?
-
The ID of the operation.
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-onlyinherited
- shipping ↔ OrdersCustomBatchRequestEntryRefundItemShipping?
-
The refund on shipping.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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