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

Properties

virtual System.Collections.Generic.IList< OrderLineItemAdjustmentAdjustments [get, set]
 Price and tax adjustments applied on the line item. More...
 
virtual System.Collections.Generic.IList< OrderMerchantProvidedAnnotationAnnotations [get, set]
 Annotations that are attached to the line item. More...
 
virtual System.Collections.Generic.IList< OrderCancellationCancellations [get, set]
 Cancellations of the line item. More...
 
virtual string Id [get, set]
 The ID of the line item. More...
 
virtual Price Price [get, set]
 Total price for the line item. For example, if two items for $10 are purchased, the total price will be $20. More...
 
virtual OrderLineItemProduct Product [get, set]
 Product data as seen by customer from the time of the order placement. Note that certain attributes values (e.g. title or gtin) might be reformatted and no longer match values submitted via product feed. More...
 
virtual System.Nullable< long > QuantityCanceled [get, set]
 Number of items canceled. More...
 
virtual System.Nullable< long > QuantityDelivered [get, set]
 Number of items delivered. More...
 
virtual System.Nullable< long > QuantityOrdered [get, set]
 Number of items ordered. More...
 
virtual System.Nullable< long > QuantityPending [get, set]
 Number of items pending. More...
 
virtual System.Nullable< long > QuantityReadyForPickup [get, set]
 Number of items ready for pickup. More...
 
virtual System.Nullable< long > QuantityReturned [get, set]
 Number of items returned. More...
 
virtual System.Nullable< long > QuantityShipped [get, set]
 Number of items shipped. More...
 
virtual System.Nullable< long > QuantityUndeliverable [get, set]
 Number of items undeliverable. More...
 
virtual OrderLineItemReturnInfo ReturnInfo [get, set]
 Details of the return policy for the line item. More...
 
virtual System.Collections.Generic.IList< OrderReturnReturns [get, set]
 Returns of the line item. More...
 
virtual OrderLineItemShippingDetails ShippingDetails [get, set]
 Details of the requested shipping for the line item. More...
 
virtual Price Tax [get, set]
 Total tax amount for the line item. For example, if two items are purchased, and each have a cost tax of $2, the total tax amount will be $4. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ Adjustments

virtual System.Collections.Generic.IList<OrderLineItemAdjustment> Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.Adjustments
getset

Price and tax adjustments applied on the line item.

◆ Annotations

virtual System.Collections.Generic.IList<OrderMerchantProvidedAnnotation> Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.Annotations
getset

Annotations that are attached to the line item.

◆ Cancellations

virtual System.Collections.Generic.IList<OrderCancellation> Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.Cancellations
getset

Cancellations of the line item.

◆ ETag

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

The ETag of the item.

◆ Id

virtual string Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.Id
getset

The ID of the line item.

◆ Price

virtual Price Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.Price
getset

Total price for the line item. For example, if two items for $10 are purchased, the total price will be $20.

◆ Product

virtual OrderLineItemProduct Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.Product
getset

Product data as seen by customer from the time of the order placement. Note that certain attributes values (e.g. title or gtin) might be reformatted and no longer match values submitted via product feed.

◆ QuantityCanceled

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.QuantityCanceled
getset

Number of items canceled.

◆ QuantityDelivered

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.QuantityDelivered
getset

Number of items delivered.

◆ QuantityOrdered

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.QuantityOrdered
getset

Number of items ordered.

◆ QuantityPending

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.QuantityPending
getset

Number of items pending.

◆ QuantityReadyForPickup

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.QuantityReadyForPickup
getset

Number of items ready for pickup.

◆ QuantityReturned

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.QuantityReturned
getset

Number of items returned.

◆ QuantityShipped

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.QuantityShipped
getset

Number of items shipped.

◆ QuantityUndeliverable

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.QuantityUndeliverable
getset

Number of items undeliverable.

◆ ReturnInfo

virtual OrderLineItemReturnInfo Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.ReturnInfo
getset

Details of the return policy for the line item.

◆ Returns

virtual System.Collections.Generic.IList<OrderReturn> Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.Returns
getset

Returns of the line item.

◆ ShippingDetails

virtual OrderLineItemShippingDetails Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.ShippingDetails
getset

Details of the requested shipping for the line item.

◆ Tax

virtual Price Google.Apis.ShoppingContent.v2_1.Data.OrderLineItem.Tax
getset

Total tax amount for the line item. For example, if two items are purchased, and each have a cost tax of $2, the total tax amount will be $4.


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