OrdersReturnRefundLineItemRequest class Null safety
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- lineItemId ↔ String?
-
The ID of the line item to return.
read / write
- operationId ↔ String?
-
The ID of the operation.
read / write
- priceAmount ↔ Price?
-
The amount to be refunded.
read / write
- productId ↔ String?
-
The ID of the product to return.
read / write
- quantity ↔ int?
-
The quantity to return and refund.
read / write
- reason ↔ String?
-
The reason for the return.
read / write
- reasonText ↔ String?
-
The explanation of the reason.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- taxAmount ↔ Price?
-
The amount of tax to be refunded.
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