Class CouponBase
Represents a coupon
public class CouponBase
- Inheritance
-
CouponBase
- Derived
- Inherited Members
Constructors
CouponBase()
public CouponBase()
Properties
PaymentDates
Payment dates
public IList<DateTime> PaymentDates { get; set; }
Property Value
PaymentEndDateUTC
The coupon payment end date
public DateTime? PaymentEndDateUTC { get; set; }
Property Value
PaymentFrequency
The coupon payment frequency
public Frequency? PaymentFrequency { get; set; }
Property Value
PaymentStartDateUTC
The Coupon payment start date
public DateTime? PaymentStartDateUTC { get; set; }
Property Value
Type
The coupon type
public CouponType Type { get; set; }