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 SourceApplyBestSpecialOffer
If true then apply the best discount. Otherwise return a list of special offers to choose from.
Declaration
public bool ApplyBestSpecialOffer { get; set; }
Property Type:
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