content  v2.1
Properties | List of all members
Google.Apis.ShoppingContent.v2_1.Data.OrdersReturnRefundLineItemRequest Class Reference
Inheritance diagram for Google.Apis.ShoppingContent.v2_1.Data.OrdersReturnRefundLineItemRequest:
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. If omitted, refundless return is assumed. 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. Optional, but if filled, then priceAmount must be set. Calculated automatically if not provided. 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.OrdersReturnRefundLineItemRequest.ETag
getset

The ETag of the item.

◆ LineItemId

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

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

◆ PriceAmount

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

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.

◆ ProductId

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

The quantity to return and refund.

◆ Reason

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

The reason for the return.

◆ ReasonText

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

The explanation of the reason.

◆ TaxAmount

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

The amount of tax to be refunded. Optional, but if filled, then priceAmount must be set. Calculated automatically if not provided.


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