OrdersCancelLineItemRequest class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
lineItemId
↔ String
-
The ID of the line item to cancel. 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
-
productId
↔ String
-
The ID of the product to cancel. This is the REST ID used in the products
service. Either lineItemId or productId is required.
read / write
-
quantity
↔ int
-
The quantity to cancel.
read / write
-
reason
↔ String
-
The reason for the cancellation. [...]
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