Class SalesDiscountGiven
- Namespace
- Dynamicweb.Ecommerce.Orders.SalesDiscounts
- Assembly
- Dynamicweb.Ecommerce.dll
Represents how much a sales discount have been giving in discount
[Obsolete("Sales discount functionality is obsolete. Use Dynamicweb.Ecommerce.Orders.Discounts.* instead.")]
public class SalesDiscountGiven
- Inheritance
-
SalesDiscountGiven
- Inherited Members
Properties
Amount
Gets or sets the amount given in discount.
public double Amount { get; set; }
Property Value
- double
- The amount.
CurrencyCode
Gets or sets the currency code the discount was given in.
public string CurrencyCode { get; set; }
Property Value
- string
- The currency code.
DiscountId
Gets or sets the voucher list id of the discount that was resulting in the amount given.
public string DiscountId { get; set; }
Property Value
- string
- The discount identifier.