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

Properties

virtual string LineItemId [get, set]
 The ID of the line item to cancel. 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 cancel. 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 cancel. More...
 
virtual string Reason [get, set]
 The reason for the cancellation. 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.OrdersCancelLineItemRequest.ETag
getset

The ETag of the item.

◆ LineItemId

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

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

◆ OperationId

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

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

◆ ProductId

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

The ID of the product to cancel. 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.OrdersCancelLineItemRequest.Quantity
getset

The quantity to cancel.

◆ Reason

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

The reason for the cancellation.

◆ ReasonText

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

The explanation of the reason.


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