Show / Hide Table of Contents

Class LimitedProductQueryPrice

The price of an item from LimitedProductQuery

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

Properties

View Source

BasePrice

The price of an item before commission, discounts and tax is applied.

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

CommissionTotal

The amount of commission to apply.

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

DiscountTotal

The amount of discount to apply.

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

TaxAmount

The amount of tax to apply.

Declaration
public Money TaxAmount { get; set; }
Property Type: Money
  • View Source
Back to top Copyright © 2017 EC English