Show / Hide Table of Contents

Class PriceAndQueryResponse

The response returned by PriceAndQueryRequest

Inheritance
System.Object
PriceAndQueryResponse
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 PriceAndQueryResponse

Properties

View Source

BasketPrice

The price of the items specified in BasketItems

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

QueryResults

The results of running the queries from Queries

Declaration
public List<LimitedProductQueryResult> QueryResults { get; set; }
Property Type: System.Collections.Generic.List<LimitedProductQueryResult>
  • View Source
Back to top Copyright © 2017 EC English