content  v2.1
Properties | List of all members
Google.Apis.ShoppingContent.v2_1.Data.OrdersInStoreRefundLineItemRequest Class Reference
Inheritance diagram for Google.Apis.ShoppingContent.v2_1.Data.OrdersInStoreRefundLineItemRequest:
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 Price PriceAmount [get, set]
 The amount to be refunded. This may be pre-tax or post-tax depending on the location of the order. Required. 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 Price TaxAmount [get, set]
 The amount of tax to be refunded. Required. 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.OrdersInStoreRefundLineItemRequest.ETag
getset

The ETag of the item.

◆ LineItemId

virtual string Google.Apis.ShoppingContent.v2_1.Data.OrdersInStoreRefundLineItemRequest.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.OrdersInStoreRefundLineItemRequest.OperationId
getset

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

◆ PriceAmount

virtual Price Google.Apis.ShoppingContent.v2_1.Data.OrdersInStoreRefundLineItemRequest.PriceAmount
getset

The amount to be refunded. This may be pre-tax or post-tax depending on the location of the order. Required.

◆ ProductId

virtual string Google.Apis.ShoppingContent.v2_1.Data.OrdersInStoreRefundLineItemRequest.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.OrdersInStoreRefundLineItemRequest.Quantity
getset

The quantity to return and refund.

◆ Reason

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

The reason for the return.

◆ ReasonText

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

The explanation of the reason.

◆ TaxAmount

virtual Price Google.Apis.ShoppingContent.v2_1.Data.OrdersInStoreRefundLineItemRequest.TaxAmount
getset

The amount of tax to be refunded. Required.


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