Click or drag to resize
TaxCalculationRequestDiscount Property
The discount amout to apply to the purchase.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public decimal Discount { get; set; }

Property Value

Type: Decimal
Remarks
By default, this is the amount of applied order discounts, not a percent.
See Also