Show / Hide Table of Contents

Class LimitedProductQueryResultItem

A single result from a LimitedProductQueryResult

Inheritance
System.Object
LimitedProductQueryResultItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EC.ProductsAndPricing.ServiceContract.Pricing
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public class LimitedProductQueryResultItem

Properties

View Source

Fees

The fees for the item that would also be added if the item was chosen.

Declaration
public List<LimitedProductQueryFee> Fees { get; set; }
Property Type: System.Collections.Generic.List<LimitedProductQueryFee>
View Source

Price

The price of the item, excluding fees

Declaration
public LimitedProductQueryPrice Price { get; set; }
Property Type: LimitedProductQueryPrice
View Source

Product

The product returned by the query

Declaration
public Product Product { get; set; }
Property Type: Product
View Source

Total

The total cost of the item.

Declaration
public LimitedProductQueryPrice Total { get; set; }
Property Type: LimitedProductQueryPrice

See Also

PriceAndQueryResponse
  • View Source
Back to top Copyright © 2017 EC English