Show / Hide Table of Contents

Class LimitedProductQuery

A query for a product used by PriceAndQueryRequest

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

Properties

View Source

Dates

Return products to be booked for these specific dates. (required)

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

ReplacesBasketItemCorrelationId

The CorrelationId of one of the BasketItems in the PriceAndQueryRequest that these items would replace.

Declaration
public string ReplacesBasketItemCorrelationId { get; set; }
Property Type: System.String
Remarks

This information is essential for calculating the correct price of the queried item.

View Source

SchoolCode

Return products for this school. (required)

Declaration
public string SchoolCode { get; set; }
Property Type: System.String
View Source

WithProducts

Optionally filter based on a list of specific product codes.

Declaration
public string[] WithProducts { get; set; }
Property Type: System.String[]
View Source

WithProductTypes

Optionally filter for products of particular types.

Declaration
public ProductType[] WithProductTypes { get; set; }
Property Type: ProductType[]
  • View Source
Back to top Copyright © 2017 EC English