content  v2.1
Properties | List of all members
Google.Apis.ShoppingContent.v2_1.Data.OrdersRejectReturnLineItemRequest Class Reference
Inheritance diagram for Google.Apis.ShoppingContent.v2_1.Data.OrdersRejectReturnLineItemRequest:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string LineItemId [get, set]
 The ID of the line item to return. Either lineItemId or productId is required. More...
 
virtual string OperationId [get, set]
 The ID of the operation. Unique across all operations for a given order. More...
 
virtual string ProductId [get, set]
 The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required. More...
 
virtual System.Nullable< long > Quantity [get, set]
 The quantity to return and refund. More...
 
virtual string Reason [get, set]
 The reason for the return. More...
 
virtual string ReasonText [get, set]
 The explanation of the reason. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ ETag

virtual string Google.Apis.ShoppingContent.v2_1.Data.OrdersRejectReturnLineItemRequest.ETag
getset

The ETag of the item.

◆ LineItemId

virtual string Google.Apis.ShoppingContent.v2_1.Data.OrdersRejectReturnLineItemRequest.LineItemId
getset

The ID of the line item to return. Either lineItemId or productId is required.

◆ OperationId

virtual string Google.Apis.ShoppingContent.v2_1.Data.OrdersRejectReturnLineItemRequest.OperationId
getset

The ID of the operation. Unique across all operations for a given order.

◆ ProductId

virtual string Google.Apis.ShoppingContent.v2_1.Data.OrdersRejectReturnLineItemRequest.ProductId
getset

The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required.

◆ Quantity

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.OrdersRejectReturnLineItemRequest.Quantity
getset

The quantity to return and refund.

◆ Reason

virtual string Google.Apis.ShoppingContent.v2_1.Data.OrdersRejectReturnLineItemRequest.Reason
getset

The reason for the return.

◆ ReasonText

virtual string Google.Apis.ShoppingContent.v2_1.Data.OrdersRejectReturnLineItemRequest.ReasonText
getset

The explanation of the reason.


The documentation for this class was generated from the following file: