OrdersReturnRefundLineItemRequest class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
lineItemId
↔ String
-
The ID of the line item to return. Either lineItemId or productId is
required.
read / write
-
operationId
↔ String
-
The ID of the operation. Unique across all operations for a given order.
read / write
-
priceAmount
↔ Price
-
The amount to be refunded. This may be pre-tax or post-tax depending on
the location of the order. If omitted, refundless return is assumed.
read / write
-
productId
↔ String
-
The ID of the product to return. This is the REST ID used in the products
service. Either lineItemId or productId is required.
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-only, inherited
-
taxAmount
↔ Price
-
The amount of tax to be refunded. Optional, but if filled, then
priceAmount must be set. Calculated automatically if not provided.
read / write