Class FixedCoupon
Represents fixed coupon
public class FixedCoupon : CouponBase
- Inheritance
-
FixedCoupon
- Inherited Members
Constructors
FixedCoupon()
public FixedCoupon()
Properties
Value
The coupon Value
public double Value { get; set; }