Show / Hide Table of Contents

Class PriceQueryOptions

Options for a price query

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

Properties

View Source

ApplyBestSpecialOffer

If true then apply the best discount. Otherwise return a list of special offers to choose from.

Declaration
[Obsolete("Will be removing")]
public bool? ApplyBestSpecialOffer { get; set; }
Property Type: System.Nullable<System.Boolean>
View Source

SkipEarlyBird

If true then early bird discounts won't be applied

Declaration
public bool SkipEarlyBird { get; set; }
Property Type: System.Boolean
View Source

SkipMarketDiscounts

If true then market discounts won't be applied

Declaration
public bool SkipMarketDiscounts { get; set; }
Property Type: System.Boolean

See Also

CalculatePriceRequest
PriceAndQueryRequest
  • View Source
Back to top Copyright © 2017 EC English