Click or drag to resize
CouponCodeValueInMainCurrency Property
The provided discount value in main currency.

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

Property Value

Type: NullableDecimal

Implements

ICouponCodeValueInMainCurrency
See Also